Lehrer Busch
/
020_LED_blink_wait_oszi
test
Diff: wait.h
- Revision:
- 0:05bee2dd672d
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wait.h Mon Jan 24 07:37:38 2022 +0000 @@ -0,0 +1,17 @@ +DigitalOut Oszi(D3); +void wait (void) +{ + Oszi = 1; + for (int16_t i=0; i<= 5; i++) + { + for (int16_t x=0; x<= 5; x++) + { + for (int16_t y=0; y<= 5; y++) + { + int a = a; + } + } + } + Oszi = 0; +} + \ No newline at end of file