Marc Poulhiès
1ca91bf7a7
Change default arduino SDK version
Change from 1.8.5 to 1.8.9
3 years ago
Marc Poulhiès
fcaeaa4ace
Relax math precision and let GCC be more agressive
Use -ffast-math for building C/C++. We don't need to be exact, let GCC
be more agressive and saves few bytes (currently it saves 80bytes).
4 years ago
Marc Poulhiès
63be626f25
minor makefile tuning
Allow for ARDUINO_DIR variable override.
4 years ago
Marc Poulhiès
25e6a51795
Add comments
Add comments in makefile. I had to work a bit in order to remember how
things work; help future me by not having to redo this work again.
Clean a bit the .ino header. This was all based on jjrobots work, but it
has been all changed since.
4 years ago
Marc Poulhiès
817a9d6c88
use submodule for arduino makefile
4 years ago
Marc Poulhiès
fe96c0e3dc
Add Switch submodule for arduino
Switch module can be used to debounce push buttons
5 years ago
Marc Poulhiès
3bc62a462c
use StepperDriver lib
5 years ago
Marc Poulhiès
1e0fe2f077
use timer1 and use makefile
use timer1 (initial code)
use makefile instead of arduino IDE.
5 years ago