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
DigitalClass.cpp
00001 00002 00003 #include "DigitalClass.h" 00004 00005 //int WLAN_EN, WLAN_IRQ; 00006 00007 DigitalClass::DigitalClass(PinName Pin_IRQ, PinName Pin_EN) : WLAN_IRQ(Pin_IRQ), WLAN_EN(Pin_EN) 00008 { 00009 WLAN_EN = 0; 00010 00011 00012 00013 //WLAN_IRQ(p9) interrupt pin CC3000 j5 pin 8 00014 //WLAN_EN(p10) power enable CC3000 j4 pin 8 00015 } 00016
Generated on Sun Jul 24 2022 00:54:51 by
1.7.2