When I compile the following code (platformIO) I get the following error message:
lib/Test/test.cpp: In member function 'void Test::begin(HardwareSerial*)':
lib/Test/test.cpp:20:46: error: invalid use of...
I'm working on a project that reads and sometime writes to a hardware serial port. I would like to put read/writing into a separate thread that writes to maybe a queue that the main can read for processing. Looking...
Thanks,
I should have read the thread on i2c_t3.
Any interest in Teensy 4.x support?
Any one working on it?
I'm just starting to use I2C, would like to understand how to use the I2C 1 and 2 on the Teensy 4.x. ...
I wanted to use i2c_t3 in a project but was having problems. So I tried one the the examples from github and get the same errors:
#include <Arduino.h>
#include <i2c_t3.h>
// Function prototypes
void...