- Sep 21, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Sep 12, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Sep 07, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Sep 06, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Aug 31, 2017
-
-
Scott Lahteine authored
-
Christopher Pepper authored
-
Christopher Pepper authored
-
Christopher Pepper authored
Also removed explicit platform HAL directory inclusion from platformio.ini to make sure these errors are caught by Travis in the future
-
Scott Lahteine authored
-
Scott Lahteine authored
-
kfazz authored
-
kfazz authored
HardwareSerial has been tested on Uart0 (debug header) and Uart3 (i2c connector) Software Serial has been tested to work bi-directionally at 9600 and 115200 using pins 6 and 63 on J5, and unidirectionally (write only) at 250000. The code used to test was Teemuatlut's tmc2208 patch, and a few small changes to main used to echo recieved chars back to a host pc.
-
Bob-the-Kuhn authored
Uses PWM1 to directly control pins 4, 6 & 11 (servo 0, 1 & 3) and PWM1 generated interrupts to control other pins. Interupt control of the servo pins had too much jitter so switched all that we could to PWM1 direct control. The PWM1 direct control pins have less than 1 microsecond pulse width jitter while the interrupt controlled ones can have 20+ microseconds of jitter. Also added insurance to the servo code in the "disable servo after move" section.
-
Tannoo authored
* LCD_UBL_memory_slot_corrections Changed the memory slot edit function to work with the `settings.calc_num_meshes()` * Add a little more safety margin... * More corrections Error handling when the EEPROM is not available.
-
Roxy-3D authored
Mostly... clean up some compile time warnings for the 20x4 LCD Display.
-
Bob-the-Kuhn authored
-
Bob-the-Kuhn authored
-
Tannoo authored
* UBL_correction * RGB Map function
-
Scott Lahteine authored
-
Bob-the-Kuhn authored
-
Chris Pepper authored
-