File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
#include < IoLogging.h>
33
33
#include < TaskManagerIO.h>
34
34
35
- IOLOG_MBED_PORT_IF_NEEDED (USBTX, USBRX)
35
+ // IOLOG_MBED_PORT_IF_NEEDED(USBTX, USBRX)
36
36
37
37
void setup () {
38
38
Serial.begin (115200 );
Original file line number Diff line number Diff line change 9
9
; https://docs.platformio.org/page/projectconf.html
10
10
11
11
[platformio]
12
- ; src_dir = lib/tcMenu/examples/arduino32/nano33ble
12
+ src_dir = lib/tcMenu/examples/arduino32/nano33ble
13
13
; src_dir = lib/tcMenu/examples/mbed/stm32f429FrameBuffer
14
14
; src_dir = lib/LiquidCrystalIO/examples/aw9523Example
15
15
; src_dir = lib/IoAbstraction/examples/touchScreenFT6206Lib
16
16
; src_dir = lib/TaskManagerIO/examples/longSchedule
17
17
; src_dir = lib/IoAbstraction/examples/abstractingPinsPCF8574
18
18
; src_dir = lib/IoAbstraction/examples/spiAndExtras
19
- src_dir = lib/TaskManagerIO/examples/tasksUsingExecutable
19
+ ; src_dir = lib/TaskManagerIO/examples/tasksUsingExecutable
20
20
; src_dir = lib/SimpleCollections/examples/circularBuffer
21
21
; src_dir = lib/TaskManagerIO/tests/timerInterruptTest
22
22
; src_dir = lib/TaskManagerIO/tests/taskMgrTests
@@ -210,7 +210,7 @@ lib_deps =
210
210
adafruit/Adafruit FT6206 Library
211
211
212
212
[env:nano33ble]
213
- platform = nordicnrf52
213
+ platform = nordicnrf52@9.5.0
214
214
board = nano33ble
215
215
framework = arduino
216
216
monitor_speed = 115200
You can’t perform that action at this time.
0 commit comments