Search found 1 match
- Fri Nov 06, 2020 1:27 am
- Forum: General Discussion
- Topic: Whit tou use uint8_t buffer to receive uart data?
- Replies: 5
- Views: 5694
Re: Whit tou use uint8_t buffer to receive uart data?
One reason why I would use uint8 instead of char is on many platforms char isn't necessarily the same size as uint8.