The brains for the Aratu Hexapod.
-
After cloning, update sync submodules with
git submodule update --init --recursive
-
Arduino should work out of the box with no changes
-
For teensy 4.1 some changes are required:
- The Makefile needs to include
Teensy.mk
instead ofArduino.mk
- Set:
BOARD_TAG
toteensy41
BOARD_SUB
to600
ARDUINO_CORE_PATH
inTeensy.mk
needs to be updated to point to theteensy4
coreboards.txt
needs to be updated:- Uncomment
teensy41.upload.maximum_data_size
andteensy41.upload.maximum_size
- Set
teensy41.build.mcu
toimxrt1062_t41
- Add
-DARDUINO_TEENSY41
toteensy41.build.flags.defs=
- Uncomment
- The Makefile needs to include
Released under the MIT License.
See LICENSE for more details.