Samuel Rusterholz
/
PM2_Example_IRSensor
Workshop 1
Diff: main.cpp
- Revision:
- 2:4ba1937ce284
- Parent:
- 1:4e0e4d0363d9
- Child:
- 3:aa1d854807fe
--- a/main.cpp Fri Mar 12 15:50:14 2021 +0000 +++ b/main.cpp Fri Mar 12 23:26:17 2021 +0100 @@ -11,8 +11,8 @@ Timer user_button_timer, loop_timer; int Ts_ms = 50; -void button_fall(); -void button_rise(); +void button_fall(); // stuff +void button_rise(); // stuff AnalogIn analogIn(PA_0); float dist = 0.0f;