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.
Diff: WifiRobot/IntensityScanner/IntensityScanner.h
- Revision:
- 0:2deb247ab4bd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/WifiRobot/IntensityScanner/IntensityScanner.h Tue Dec 09 05:06:37 2014 +0000
@@ -0,0 +1,16 @@
+#include "mbed.h"
+#include "cc3000.h"
+
+class IntensityScanner {
+ public:
+ IntensityScanner (PinName cc3000_irq,
+ PinName cc3000_en,
+ PinName cc3000_cs,
+ SPI cc3000_spi, const char* SSID, const char* key, mbed_cc3000::Security sec, bool smart_config, uint32_t timeout);
+
+ int rssi_for_ssid (const char* ssid, uint8_t* rssi);
+
+ private:
+ mbed_cc3000::cc3000 wifi;
+ uint32_t timeout;
+};
\ No newline at end of file
