Hello All,
I use socket application sketch and i want yellow jacket to tells me when it is not connected any wireless device. As i know from its documents wireless module sends a signal to the atmel when it is connected or not connected to any wireless device.In arduino program it is percieved by 0 prior interrupt pin (from pin 2). I know i have to check this pin. However, "wifiinit" function of yellow jacket never lapses and always tries to connect a wifi. For socket sketch, which cpp file does include wifiinit function?
Thank u...