We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057120d commit fa81deaCopy full SHA for fa81dea
1 file changed
examples/pico/dummy.cpp
@@ -25,9 +25,9 @@ int main() {
25
// pico_stdio_uart(); // do this in cmake right now
26
27
// wait for usb serial connection
28
- while (!tud_cdc_connected()) {
29
- sleep_ms(500);
30
- }
+ // while (!tud_cdc_connected()) {
+ // sleep_ms(500);
+ // }
31
32
cyw43_arch_init();
33
@@ -39,7 +39,7 @@ int main() {
39
ServoPort ss;
40
uint32_t baud2 = ss.open(UART1PINS,DD1_PIN);
41
42
- mvpkt_t serv = AX12::makeMovePacket(1,140.0f);
+ mvpkt_t serv = AX12::makeMovePacketDeg(1,140.0f);
43
s.write(serv);
44
45
while (1) {
0 commit comments