Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
zzz
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Jan 26, 2016
1 parent 7748c72 commit 0e25013
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Adafruit_WINC1500.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -696,5 +696,9 @@ void Adafruit_WINC1500::refresh(void)
m2m_wifi_handle_events(NULL);
}

int8_t Adafruit_WINC1500::setSleepMode(uint8_t pstype, uint8_t bcasten) {
return m2m_wifi_set_sleep_mode(pstype, bcasten);
}

// let us define in main program, with optional pins!
//Adafruit_WINC1500 WiFi;
1 change: 1 addition & 0 deletions src/Adafruit_WINC1500.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ class Adafruit_WINC1500

void refresh(void);

int8_t setSleepMode(uint8_t pstype, uint8_t bcasten);
private:
int _init;
char _version[9];
Expand Down

0 comments on commit 0e25013

Please sign in to comment.