summaryrefslogtreecommitdiff
path: root/Libraries/WiShield/WiShield.h
diff options
context:
space:
mode:
authorbzztbomb <skinny@knowhere.net>2011-04-05 19:57:16 -0700
committerbzztbomb <skinny@knowhere.net>2011-04-05 19:57:16 -0700
commit73e16950d73578900d54f3470b57402a9e908c30 (patch)
tree4e24dd9b04bd432139c3ed61866459ac77e4024a /Libraries/WiShield/WiShield.h
parent6827a350052baf3999cfa336411f5ec89bb9e769 (diff)
Public firmware release.
Diffstat (limited to 'Libraries/WiShield/WiShield.h')
-rw-r--r--Libraries/WiShield/WiShield.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Libraries/WiShield/WiShield.h b/Libraries/WiShield/WiShield.h
index 85d6648..51e143b 100644
--- a/Libraries/WiShield/WiShield.h
+++ b/Libraries/WiShield/WiShield.h
@@ -44,8 +44,10 @@ extern "C" {
class WiShield {
public:
- void init();
+ void init(int async);
+ int continueInit();
void run();
+ void sendUdp();
};
extern WiShield WiFi;