itead / ITEADLIB_Arduino_WeeESP8266

An easy-to-use Arduino ESP8266 library besed on AT firmware.
MIT License
526 stars 285 forks source link

unit8_t compare #14

Closed 0crash0 closed 9 years ago

0crash0 commented 9 years ago

Why unit8_t? i realy can't convert it to ssomewhat, that i can compare with String or maybe int data types can i change recived data type?

shennongmin commented 9 years ago

Actually, uint8_t equals to unsigned char. You can convert it to char.