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 CROTUS_XBee mbed-rtos Crotus_Com
Diff: main.cpp
- Revision:
- 1:3591e7df4ff4
- Parent:
- 0:28d5622d1a3e
- Child:
- 3:39b24d902aa7
diff -r 28d5622d1a3e -r 3591e7df4ff4 main.cpp --- a/main.cpp Sun Mar 12 14:58:06 2017 +0000 +++ b/main.cpp Tue Mar 14 12:32:59 2017 +0000 @@ -12,7 +12,7 @@ Serial pc(USBTX, USBRX); int main() { - if(!magneto.Test() || !acc.Test()){ + if(!magneto.TestDeviceConnection() || !acc.TestDeviceConnection()){ pc.printf("SCRUB!!\r\n"); return -1; }