Richard-Gemmell / teensy4_i2c

An I2C library for the Teensy 4. Provides slave and master mode.
MIT License
92 stars 19 forks source link

Use different data type for receiving buffer? #7

Closed haolee21 closed 4 years ago

haolee21 commented 4 years ago

I am just wondering maybe use different datatype for receiving buffer? Since the current project uses uint8_t only. Maybe using template will be a good option?

haolee21 commented 4 years ago

My bad it was a stupid suggestion.