- Aug 03, 2015
-
-
Richard Wackerbarth authored
-
Scott Lahteine authored
- For some reason it’s easy to forget what BT stands for, but it doesn’t need an abbreviation.
-
- Jul 31, 2015
-
-
Scott Lahteine authored
Apply `ENABLED` / `DISABLED` macros to files needing only a small number of changes.
-
- Jul 15, 2015
-
-
Richard Wackerbarth authored
-
- Apr 04, 2015
-
-
Scott Lahteine authored
-
- Mar 14, 2015
-
-
Scott Lahteine authored
- Add BIT and TEST macros - Add _APPLY_ macros to stepper.cpp to help with consolidation - Consolidate code in stepper.cpp using macros - Apply standards in stepper.cpp - Use >= 0 instead of > -1 as a better semantic - Replace DUAL_Y_CARRIAGE with Y_DUAL_STEPPER_DRIVERS
-
- Jan 24, 2015
-
-
Scott Lahteine authored
-
- Oct 30, 2013
-
-
fmalpartida authored
Included support for BT dongle on AT90USB boards. Added LCD Shift Register LCD control Included support for RepRap Clone Wars project board (SAV MKI).
-
- Dec 09, 2012
-
-
Johann Rocholl authored
Stop redefining MOTHERBOARD and #define AT90USB instead. Also put #ifndef AT90USB around the HardwareSerial_h trick, so now Printrboard / Brainwave support compiles on Arduino 1.0.2 as well.
-
- Nov 06, 2012
-
-
Robert F-C authored
Assume SERIAL_PORT 0 if not defined. Collapse un-numbered register special case. Clarify comments.
-
daid303 authored
-
daid303 authored
-
- Nov 05, 2012
-
-
Robert F-C authored
This change makes the choice of serial port configurable so that wireless capability can be easily added by connecting Bluetooth modules (such as BlueSmirf or JY-MCU) to the expansion port pins.
-
- Feb 09, 2012
-
-
Erik van der Zalm authored
-
- Dec 22, 2011
-
-
Bernhard authored
-
- Dec 04, 2011
-
-
Bernhard authored
Found a couple of unused variables, that I commented. Tried to solve the program memory warning message, and failed.
-
- Nov 30, 2011
- Nov 28, 2011
- Nov 27, 2011
-
-
Erik van der Zalm authored
Add serial checkRx in stepper ISR. Copied HardwareSerial to MarlinSerial (Needed for checkRx).
-
- Nov 14, 2011
-
-
Erik van der Zalm authored
-