Skip to content
Snippets Groups Projects
Commit 607eff3a authored by Jake Read's avatar Jake Read
Browse files

tracking...

parent 58262e68
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "osape_arduino/vp_arduinoSerial.h" #include "osape_arduino/vp_arduinoSerial.h"
#include "osape_ucbus/vb_ucBusDrop.h" #include "osape_ucbus/vb_ucBusDrop.h"
OSAP osap("axl-stepper"); OSAP osap("axl-stepper_y");
VPort_ArduinoSerial vpUSBSerial(&osap, "arduinoUSBSerial", &Serial); VPort_ArduinoSerial vpUSBSerial(&osap, "arduinoUSBSerial", &Serial);
...@@ -201,8 +201,6 @@ void setup() { ...@@ -201,8 +201,6 @@ void setup() {
// setup stepper machine // setup stepper machine
stepper_hw->init(false, 0.0F); stepper_hw->init(false, 0.0F);
stepper_hw->setMicrostep(4); stepper_hw->setMicrostep(4);
// add ro the ucbus...
vbUCBusDrop.broadcastChannels[12] = (new Route())->sib(2);
// setup controller // setup controller
axl_setup(); axl_setup();
// ticker begin: // ticker begin:
......
...@@ -29,6 +29,6 @@ no warranty is provided, and users accept all liability. ...@@ -29,6 +29,6 @@ no warranty is provided, and users accept all liability.
#define ENDPOINT_ROUTE_MAX_LEN 64 #define ENDPOINT_ROUTE_MAX_LEN 64
// count of broadcast channels width, // count of broadcast channels width,
#define VBUS_BROADCAST_CHANNELS 64 #define VBUS_MAX_BROADCAST_CHANNELS 64
#endif #endif
\ No newline at end of file
Subproject commit 0f72f37a8d46e3f70f8e8cec9c5c63ef319636c9 Subproject commit a9c9de9ccddd1eadfe34688fa162999129b0e59b
Subproject commit 498c7f326e951b2f69172fa41bc295d53c8d3596 Subproject commit ede9f0b52f1db0e686088441c0e9ab863eb38aa7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment