- Aug 16, 2015
-
-
Richard Wackerbarth authored
-
- Aug 03, 2015
-
-
Scott Lahteine authored
-
- Jul 31, 2015
-
-
Scott Lahteine authored
For consistency with other pins, allowing use of `PIN_EXISTS` macro.
-
Scott Lahteine authored
-
Scott Lahteine authored
Apply `ENABLED` / `DISABLED` macros to files needing only a small number of changes.
-
- Jul 25, 2015
-
-
AnHardt authored
A speaker needs a AC or a pulsed DC to make a sound, a buzzer only needs a DC. A buzzer has it's own resonator. It works in most cases to feed the buzzer with a pulsed DC, but the sound will not be as loud as with pure DC. There seem to be boards where the BEEPER-pin is not able to handle a PWM. Obviously intended for a buzzer. To make these board able to handle a speaker * replace the PWM based tone()-function again with a on-delay-off-delay loop. Hopefully the last time I touch the beeper code.
-
- Jun 23, 2015
-
-
AnHardt authored
at least the lcd independent part from Marlin_main.cpp.
-