-
in file [grblHAL-master/drivers/IMXRT1062/main/driver.c]
Line 939 [IOInitDone = settings->version == 15;]
Replace with [IOInitDone = (settings->version == SETTINGS_VERSION);]
…
-
The most recent builds for the teensy 4.1 and teensy 4.0 do nto boot for me
this fails to boot
```
jerryneedell@jerryneedell-ubuntu-macmini:~/projects/adafruit_github/teensy_loader_cli$ ./teensy_lo…
-
WARNING
Dev tools [Arduino ide 1.8.12]
Compiler [arm-none-eabi-g++]
In file [grblHAL-master/drivers/IMXRT1062/main/driver.c}
Warning [warning: assignment from incomp…
-
```
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
Press any key to enter the REPL. Use CTRL-D to reload.
Adafruit CircuitPython 5.0.0 on 2020-03-02; Teensy 4…
-
ArduinoIde compiler warning 'Unused data' line 146 "static qei_t qei = {0};"
This static is not defined protected.
Have a nice day.
-
`cargo` lets us [specify git dependencies](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories). But today, if we try to depend on the …
-
I am not sure the best way to do this. If this is wrong, please point me in the right direction. I know it isn't a traditional github "issue".
I feel that having lots of good quality BreakOut Board…
-
I get this when trying to compile the winder example
-
The cycle start button is not working on my Teensy 4.1 system.
- TSender sees the button press (S "led" goes off during press)
- I can pause a running program with the Feed Hold button but a subse…
-
I want to use multiple enables but get undeclared errors in driver.c when adding STEPPERS_ENABLE_A_PIN and STEPPERS_ENABLE_B_PIN defines in driver.h
Added the following lines at approximately line …