I started working on a capacitive touch sensing library for teensy which is non-blocking, the existing code is tested on a Teensy 3.6:
https://github.com/arjuna-dev/TeensyTouch
Credits to...
Type: Posts; User: Arjuna
I started working on a capacitive touch sensing library for teensy which is non-blocking, the existing code is tested on a Teensy 3.6:
https://github.com/arjuna-dev/TeensyTouch
Credits to...
I started working on such a library, the existing code is tested on a Teensy 3.6.
https://github.com/arjuna-dev/TeensyTouch
I started working on such a library, the existing code is tested on a Teensy 3.6.
https://github.com/arjuna-dev/TeensyTouch
How would I go about to shift out the bytes? I was writing some extra bytes to be able to then have the correct order but the output order was not consistent.
The master is sending the CS and...
Code seems to matter in my case. I am having problems when using the SPISlave_T4 library. Are there any recommendations to troubleshoot such issues?
Hi, I'm curious about this. Is it still uncertain if the Slaev functionality was completed?
I am trying to send data from a Teensy 4.1 as am I2C slave. Here is an image from a logic analyzer of...
Check this post: https://forum.pjrc.com/threads/57861-I2C-Slave-on-Teensy-4
And related library: https://github.com/Richard-Gemmell/teensy4_i2c/issues/21
Many thanks!
Hi! Thanks for the libary! I have two questions.
1. How would I go about to make the library work with an active-high setting for the CS? (That is, the CS will go high and then the clock signal...
Hi George, I also have this issue with Ubuntu. I am a bit confused, what do you mean with " the install bit with the 49 in it" and "You have to copy a file somewhere".
Thanks
Hi all. I am working on a project with a Teensy 4.1 board and using a Mac computer. I am sending data with the serial cable at the moment using ( this library: MIDIUSB) to be able to send MIDI data....