Commit Graph

87 Commits

Author SHA1 Message Date
King Kévin 34def405e0 fix documentation 2017-03-07 12:23:00 +01:00
King Kévin 972f9d1720 replace stdio and printf with print library 2017-03-07 11:50:50 +01:00
King Kévin 5a872fa8fb add other format specifiers 2017-03-07 11:50:04 +01:00
King Kévin 05542449e4 add minimal printf library 2017-03-07 10:30:57 +01:00
King Kévin aa1aa7162d switch to ELLCC cross-compiler 2017-02-10 17:25:58 +01:00
King Kévin 085a627b76 remove unused code 2017-02-09 12:47:05 +01:00
King Kévin f6f69479a5 add time readout with error handling 2017-02-09 12:45:16 +01:00
King Kévin e26b2108ca add sanity check 2017-02-09 12:44:27 +01:00
King Kévin 9c5c535e85 fix documentation 2017-02-09 12:34:59 +01:00
King Kévin 1dbfbe3841 add error checking and return code 2017-02-09 11:04:06 +01:00
King Kévin ba982e17c7 check return code 2017-02-09 10:55:38 +01:00
King Kévin bbce44cb8f add timeout to I2C to prevent blocking calls 2017-02-09 10:54:38 +01:00
King Kévin 5991b48a39 use I2C library instead of configuring I2C 2017-02-08 17:24:12 +01:00
King Kévin 0bb18e7622 add general I2C library 2017-02-08 17:22:47 +01:00
King Kévin 7fa8d251cd allows own libraries to depend on each other 2017-02-08 17:22:17 +01:00
King Kévin 0143e90939 fix remove ununsed constants 2017-02-08 15:37:09 +01:00
King Kévin ddde6ca7f7 remove square wave handling (should be done by user directly) 2017-02-08 14:35:04 +01:00
King Kévin 0853d630e4 implement user RAM read/write 2017-02-08 14:26:41 +01:00
King Kévin 5e14d886ac use DS1307 RTC 2017-02-08 14:06:06 +01:00
King Kévin 4c9f28f69f update library to use I2C macros 2017-02-08 13:58:11 +01:00
King Kévin 27c202a1a0 add more precise I2C macros 2017-02-08 13:57:49 +01:00
King Kévin 25af0ba6eb add example code using TM1637 2017-02-08 12:44:34 +01:00
King Kévin 8094ed6293 remove unused interrpt 2017-02-08 12:44:15 +01:00
King Kévin 915b174043 implement display functions 2017-02-07 19:59:18 +01:00
King Kévin 5854fb225d remove ununsed libraries 2017-02-07 18:46:23 +01:00
King Kévin f34b49bdd5 fix documentation 2017-02-07 18:44:27 +01:00
King Kévin 810a84cd10 reimplement protocol using big banging (now works) 2017-02-07 18:37:00 +01:00
King Kévin 6fa9c0096e fix mode (using fast mode instead of standard) 2017-02-07 11:13:59 +01:00
King Kévin bfa791f6f2 use I2C with push pull and split transmission (still not working though) 2017-02-07 11:11:54 +01:00
King Kévin 76b2889334 add I2C macros 2017-02-07 11:11:04 +01:00
King Kévin 38e6a18cf7 add non-working TM1637 library: using I2C, but there is too much capacitance for opendrain lines 2017-02-07 11:06:18 +01:00
King Kévin bdcfd4f54b fix define 2017-02-06 17:40:28 +01:00
King Kévin 59b9a646cd fix making libopencm3 2017-02-06 17:40:10 +01:00
King Kévin c76abae464 add Aosong DHT11 relative humidity and temperature sensor library 2017-02-06 17:33:27 +01:00
King Kévin 1be695b2d7 add timer related macros 2017-02-06 17:32:49 +01:00
King Kévin 33e5631939 automatically get libopencm3 submodule 2017-02-06 17:32:24 +01:00
King Kévin 4e9d7efcba add timer for inter-messsage silence to improve response rate 2017-01-30 09:54:58 +01:00
King Kévin db3ce48069 replace time with uptime 2017-01-30 09:50:01 +01:00
King Kévin 98469964a5 fix typo 2017-01-30 09:46:54 +01:00
King Kévin f09e5cb98a use USART 2 instead of 1 for ESP8266 2017-01-30 09:46:04 +01:00
King Kévin bc946b3949 remove late watchdog 2017-01-30 09:45:14 +01:00
King Kévin c54728241c setup watchdog early on 2017-01-30 09:44:51 +01:00
King Kévin a3d838e665 add new library from spark abacus project 2016-10-23 17:42:55 +02:00
King Kévin 7aa9c23a27 add changes from spark abacus project 2016-10-23 17:42:27 +02:00
King Kévin a625a03cd8 update project name 2016-08-16 12:07:15 +02:00
King Kévin 31beaa5f74 use libopencm3 ld files 2016-08-14 21:04:41 +02:00
King Kévin f3410200b7 update example description 2016-08-14 21:04:08 +02:00
King Kévin f2d0184e00 update example, add RTC 2016-08-14 21:02:38 +02:00
King Kévin 5b68c5701e use documents globals 2016-08-14 20:30:16 +02:00
King Kévin 51330747e2 update README to template project 2016-08-14 20:25:55 +02:00