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.
Diff: FreeFall.cpp
- Revision:
- 1:a7bdc6b05f96
- Parent:
- 0:e541909ea6b0
--- a/FreeFall.cpp Thu Jan 24 06:35:38 2019 +0000 +++ b/FreeFall.cpp Thu Jan 24 06:52:36 2019 +0000 @@ -1,7 +1,7 @@ #include "FreeFall.h" #include "Communication.h" -DigitalOut freeFall_LED(LED_RED); +DigitalOut freeFall_LED(LED_RED); //nastavenie led na cervenu InterruptIn acc(PTA15); //Nastavenie prerušenia od akcelerometra I2C i2c(SDA, SCL);