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: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal by
Diff: source/CMakeLists.txt
- Revision:
- 35:8ce23bc1af38
- Parent:
- 1:8aa5cdb4ab67
- Child:
- 37:b624ae5e94a5
--- a/source/CMakeLists.txt Wed Jul 13 12:18:13 2016 +0100
+++ b/source/CMakeLists.txt Wed Jul 13 12:18:14 2016 +0100
@@ -40,6 +40,7 @@
"drivers/MicroBitSerial.cpp"
"drivers/MicroBitStorage.cpp"
"drivers/MicroBitThermometer.cpp"
+ "drivers/TimedInterruptIn.cpp"
"bluetooth/MicroBitAccelerometerService.cpp"
"bluetooth/MicroBitBLEManager.cpp"
@@ -101,4 +102,4 @@
target_compile_options(ble PRIVATE "-w")
target_compile_options(ble-nrf51822 PRIVATE "-w")
target_compile_options(nrf51-sdk PRIVATE "-w")
-endif()
+endif()
\ No newline at end of file
