From 6c6b7713c8c76e96b4949b9f34797749f331e74c Mon Sep 17 00:00:00 2001 From: Thammi Date: Tue, 27 Aug 2013 00:45:05 +0200 Subject: [PATCH] Extend README --- firmware/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/firmware/README.md b/firmware/README.md index e76cdf7..63df181 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -39,3 +39,12 @@ be started if the `test_app_stop()` function is called in your application regularly. You most propably won't have to worry about this as most functions in the hardware abstraction layer are already doing this for you. +To write your own application simply create a .c file in the apps folder and +call the REGISTER() macro to define the entry point to your application. + +## Bugs and TODOs + +* _delay_ms() function will be replaced (it waits too long and the application + cannot be quit while waiting) +* add more functions to the hardware abstraction layer +