devices.v0.0.5
Convert device elf binary to hex binary Missed a step in generating the binaries for the teensy - gcc just makes an elf file, but we need to run one final command to convert it into the .hex format that can be loaded onto a teensy
Convert device elf binary to hex binary Missed a step in generating the binaries for the teensy - gcc just makes an elf file, but we need to run one final command to convert it into the .hex format that can be loaded onto a teensy