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.
Dependencies: SBUS_STM32 can_network_motordriver mbed
Diff: main.cpp
- Revision:
- 2:b9291c3e7c58
- Parent:
- 1:09e43dcf94b8
--- a/main.cpp Tue Sep 13 05:51:54 2022 +0000
+++ b/main.cpp Wed Sep 14 01:55:13 2022 +0000
@@ -128,7 +128,12 @@
pinName.write(bluemd);
//memcpy(load.data,RX.crx,4);
- //pinName.write(load);
+ load.data[4]=RX.crx[0];
+ load.data[5]=RX.crx[1];
+ load.data[6]=RX.crx[2];
+ load.data[7]=RX.crx[3];
+ pinName.write(load);
+
if(c == 2){
servo.data[5]=6;