-
for teensy 3\* add startISR(); to initInterrupt(). more details at
http://forum.pjrc.com/threads/25917-Teensy-3-1-and-Meyhew-Led-Rings-Library
-
This page's https://www.pjrc.com/teensy/td_uart.html "Usable Baud Rates" does not show the T_4.x's baud rates
-
General ADC stuff: https://forum.pjrc.com/threads/25532-ADC-library-update-now-with-support-for-Teensy-3-1
Evenly-spaced sampling: https://github.com/pedvide/ADC/blob/cdfeb96d5a1135007d2a292bca3c01a63…
-
** Portable version is handy: https://forum.pjrc.com/threads/60026-Windows-10-app-vs-downloaded-Arduino-app?p=232963&viewfull=1#post232963
** note on interrupts in general and the 1062 and dsb?
…
-
Rt-thread on Teensy 4.1 ,4.x , please
https://www.pjrc.com/store/teensy41.html
BSP, 4 bit Sdio-sd-card... USB host for wifi, bluetooth, low power mode ...
Any plans ,
Best Regards
-
Hello-
I just built this from a kit from synthCube and am stuck at the firmware portion.
I already had the Arduino IDE as I've used it in the past. added the Teensy board, and grabbed the code.…
-
When sending to an IP number on the same LAN which is offline, users report lengthy delays.
https://forum.pjrc.com/threads/30473-Timeout-delay-in-sendUDP-in-endPacket-when-target-is-not-online
-
Details here:
https://forum.pjrc.com/threads/29582-Audio-library-co-existence-of-a-waveform-synthesis-object-and-an-FFT-object?p=81132&viewfull=1#post81132
-
**Describe the bug**
After installing the first version of the Teensyduino Board Manager version for testing the Arduino IDE and Arduino IDE 2, the GUI is showing the address field of the device and…
-
https://www.pjrc.com/teensy/interrupts.html
need to document attachInterruptVector()
list interrupt names for all boards
should document ARM interrupt priorities and Teensy's suggested uses f…