Hi Paul,
in the list of changes for Teensyduino 1.15rc1 it says:
* Add ARM math library for Teensy 3.0.
What does it mean and how can sketches profit from it?
Would it be possible to simplify or accelerate certain calculations?
Thanks!
Best,
Josef
Yep, that is what is happening. Good explanation!
It is the combination of entering the bootloader by pressing the button on the Teensy and the following automated reprogramming and rebooting via Teensy Loader.
I am using Arduino 1.0.4 with Teensyduino 1.15rc1 and do the reset by power cycling.
But when I press the button on the Teensy during work with the Arduino IDE, it shows the behaviour you describe.
As by pressing the button on the board the Teensy bootloader is activated, maybe just entering...
Hi,
I tested the example and it works as expected.
After cycling the power (I unplug the USB connector and plug it in again), the previously stored value is shown.
How do you reset the board?