mk450: x and y axis basic implementation
[cortex-from-scratch] / README.md
index 7c32558..42da980 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,9 +26,9 @@ 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]
+       * Joystick: drivers/mk450_joystick.c [IN PROGRESS] 
 * Memory Management [IN PROGRESS] -- FILE: lib/pool.c
 * User Mode [PLANNED]
 * System Call PendV implementation [PLANNED]