Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: LambdaController.h
- Revision:
- 7:5b74ff881644
- Parent:
- 6:c4e901c6001a
diff -r c4e901c6001a -r 5b74ff881644 LambdaController.h --- a/LambdaController.h Tue Sep 13 02:36:33 2016 +0000 +++ b/LambdaController.h Wed Sep 14 14:08:51 2016 +0000 @@ -28,8 +28,8 @@ void data_receive_isr(); int buffer_head; - uint8_t received_data[10]; - uint8_t received_buffer[10]; + uint8_t received_data[11]; + uint8_t received_buffer[11]; bool is_axis_initialized; int axis_center[4]; static const double axis_threshold = 0.012;