Dragan Kosharov
/
HelloWorld2
2
Fork of HelloWorld by
Revision 2:8201f7f62591, committed 2013-04-14
- Comitter:
- drago6868
- Date:
- Sun Apr 14 19:43:22 2013 +0000
- Parent:
- 1:03c191369089
- Commit message:
- 1
Changed in this revision
ADXL345.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 03c191369089 -r 8201f7f62591 ADXL345.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ADXL345.lib Sun Apr 14 19:43:22 2013 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/aberk/code/ADXL345/#bd8f0f20f433
diff -r 03c191369089 -r 8201f7f62591 main.cpp --- a/main.cpp Sun Jan 01 20:57:57 2012 +0000 +++ b/main.cpp Sun Apr 14 19:43:22 2013 +0000 @@ -5,8 +5,8 @@ int main() { while(1) { myled = 1; - wait(0.2); + wait(0.3); myled = 0; - wait(0.2); + wait(0.1); } }