void setup()
{
}
void loop(){
Spark.sleep(SLEEP_MODE_DEEP,120);
}
Got 2 Spark core , while running this code i get 2.2 ma on the first core
and 0.7 ma on the second core .
Is it buggy the sleep mode still ? Please share your experience with me