Finding localMAC on SparkFun WiFi Shield/Arduino
Posted: Fri Jun 02, 2017 5:17 am
I'm trying to find the MAC on my SparkFun WiFi Shield. I have tried to use to following code:
int16_t myMAC = localMAC();
The code appears to have a cast from int16_t to char *. I have to admit that I don't know enough to make it work. Any help would be welcome.
int16_t myMAC = localMAC();
The code appears to have a cast from int16_t to char *. I have to admit that I don't know enough to make it work. Any help would be welcome.