Test Commit May 2021
Dependencies: SX127x sx12xx_hal
Revision 11:b91befb0face, committed 2021-05-09
- Comitter:
- lightshow
- Date:
- Sun May 09 19:24:21 2021 +0000
- Parent:
- 10:e262a92550c6
- Commit message:
- Test Commit May 2021
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r e262a92550c6 -r b91befb0face main.cpp --- a/main.cpp Thu Nov 28 06:08:53 2019 +0000 +++ b/main.cpp Sun May 09 19:24:21 2021 +0000 @@ -23,8 +23,8 @@ #endif Timer t; -InterruptIn UserButtonPB2(PB_2); -DigitalIn b[8] = {PB_5,PB_6,PB_8,PB_9,PB_12,PB_13,PB_14,PB_15}; +//InterruptIn UserButtonPB2(PB_2); +DigitalIn b[8] = {PB_2,PB_5,PB_8,PB_9,PB_12,PB_13,PB_14,PB_15}; Thread thread; // Create a queue that can hold a maximum of 32 events EventQueue queue(32 * EVENTS_EVENT_SIZE); @@ -178,7 +178,7 @@ tr_debug("Program Entry"); thread.start(callback(&queue, &EventQueue::dispatch_forever)); - UserButtonPB2.rise(&manual_transmission); + //UserButtonPB2.rise(&manual_transmission); wait(0.05); t.start();