steve

Dependencies:   PM2_Libary

Revision:
11:54d9ff97d8c8
Parent:
10:c5d85e35758c
--- a/main.cpp	Wed Apr 07 12:13:50 2021 +0000
+++ b/main.cpp	Mon Apr 12 09:09:40 2021 +0000
@@ -52,7 +52,7 @@
 int servo_counter = 0;
 int loops_per_second = static_cast<int>(ceilf(1.0f/(0.001f*(float)Ts_ms)));
 
-int main()
+int main()      //test
 {
     user_button.fall(&button_fall);
     user_button.rise(&button_rise);