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.
DigitalClass.h
00001 00002 #ifndef DigitalClass_H 00003 #define DigitalClass_H 00004 00005 00006 class DigitalClass 00007 { 00008 00009 public: 00010 00011 /** 00012 * Constructor. 00013 * 00014 * @param pin_IRQ CC3000 irq pin. 00015 * @param pin pin_EN power enable for CC3000. 00016 */ 00017 00018 DigitalClass(PinName Pin_IRQ, PinName Pin_EN); 00019 00020 00021 DigitalOut WLAN_EN; 00022 DigitalIn WLAN_IRQ; 00023 00024 00025 }; 00026 00027 #endif
Generated on Wed Jul 13 2022 13:30:51 by
1.7.2