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.
IntensityScanner.h
00001 #include "mbed.h" 00002 #include "cc3000.h" 00003 00004 class IntensityScanner { 00005 public: 00006 IntensityScanner (PinName cc3000_irq, 00007 PinName cc3000_en, 00008 PinName cc3000_cs, 00009 SPI cc3000_spi, const char* SSID, const char* key, mbed_cc3000::Security sec, bool smart_config, uint32_t timeout); 00010 00011 int rssi_for_ssid (const char* ssid, uint8_t* rssi); 00012 00013 private: 00014 mbed_cc3000::cc3000 wifi; 00015 uint32_t timeout; 00016 };
Generated on Wed Jul 13 2022 12:36:27 by
1.7.2