Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed tinyshell MMA8451Q mbed-rtos tsi_sensor cc1101
Revision 3:87a19cb69c25, committed 2014-03-11
- Comitter:
- murilopontes
- Date:
- Tue Mar 11 14:29:16 2014 +0000
- Parent:
- 2:c0591e9eb622
- Commit message:
- updates and include cc1101 radio library
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cc1101.lib Tue Mar 11 14:29:16 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/murilopontes/code/cc1101/#ee6686ffcad0
--- a/main.cpp Tue Mar 11 05:02:06 2014 +0000
+++ b/main.cpp Tue Mar 11 14:29:16 2014 +0000
@@ -266,6 +266,11 @@
int main()
{
+
+ //kl25z led power is inverted 1=off 0=on.
+ rled=0.99;
+ gled=0.99;
+ bled=0.99;
//
Thread thread_shell(tinyshell_thread);
--- a/tinyshell.lib Tue Mar 11 05:02:06 2014 +0000 +++ b/tinyshell.lib Tue Mar 11 14:29:16 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/murilopontes/code/tinyshell/#78b46c0d5246 +http://mbed.org/users/murilopontes/code/tinyshell/#71580bf962fe