steve imboden
/
PM2_Example_PES_board
steve
Revision 11:54d9ff97d8c8, committed 2021-04-12
- 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);