Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CC3000HostDriver mbed
Diff: DigitalClass.cpp
- Revision:
- 0:305844973572
diff -r 000000000000 -r 305844973572 DigitalClass.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/DigitalClass.cpp Fri Aug 02 15:14:41 2013 +0000
@@ -0,0 +1,16 @@
+
+
+#include "DigitalClass.h"
+
+//int WLAN_EN, WLAN_IRQ;
+
+DigitalClass::DigitalClass(PinName Pin_IRQ, PinName Pin_EN) : WLAN_IRQ(Pin_IRQ), WLAN_EN(Pin_EN)
+{
+WLAN_EN = 0;
+
+
+
+//WLAN_IRQ(p9) interrupt pin CC3000 j5 pin 8
+//WLAN_EN(p10) power enable CC3000 j4 pin 8
+}
+