steve

Dependencies:   PM2_Libary

Files at this revision

API Documentation at this revision

Comitter:
jungen321
Date:
Mon Apr 12 09:09:40 2021 +0000
Parent:
10:c5d85e35758c
Commit message:
test;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);