date and readme update
authorRobin Krens <robin@robinkrens.nl>
Wed, 11 Sep 2019 06:15:40 +0000 (13:15 +0700)
committerRobin Krens <robin@robinkrens.nl>
Wed, 11 Sep 2019 06:15:40 +0000 (13:15 +0700)
README.md
drivers/tsensor.c

index 7c32558..8e7ec46 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ port this code to any Cortex M0/M3/M4/M7 board.
        * EEPROM: drivers/at24c.c [COMPLETED]
        * UART drivers/uart.c [COMPLETED]
        * LED segment display: drivers/tm1637.c [COMPLETED]
-       * Temperature sensor: drivers/tsensor.c [IN PROGRESS]
+       * Temperature sensor: drivers/tsensor.c [COMPLETED]
        * OLED display [PLANNED]
        * Joystick [PLANNED]
 * Memory Management [IN PROGRESS] -- FILE: lib/pool.c
index 079d309..443c3d4 100644 (file)
@@ -1,7 +1,7 @@
 /* (CC-BY-NC-SA) ROBIN KRENS - ROBIN @ ROBINKRENS.NL
  * 
  * $LOG$
- * 2019/8/28 - ROBIN KRENS     
+ * 2019/9/10 - ROBIN KRENS     
  * Initial version 
  * 
  * $DESCRIPTION$