cc3000 hostdriver with the mbed socket interface
Dependents: cc3000_hello_world_demo cc3000_simple_socket_demo cc3000_ntp_demo cc3000_ping_demo ... more
Diff: cc3000.h
- Revision:
- 19:9fdf8b4e41bf
- Parent:
- 17:14b6a3a2b622
- Child:
- 20:30b6ed7bf8fd
diff -r 7e22775eadb9 -r 9fdf8b4e41bf cc3000.h
--- a/cc3000.h Wed Oct 02 21:57:28 2013 +0000
+++ b/cc3000.h Thu Oct 03 09:49:03 2013 +0200
@@ -595,14 +595,14 @@
bool is_smart_confing_completed();
/** Return the cc3000's mac address.
* \param address Retreived mac address.
- * \return none
+ * \return
*/
- void get_mac_address(uint8_t address[6]);
+ uint8_t get_mac_address(uint8_t address[6]);
/** Set the cc3000's mac address
* \param address Mac address to be set
- * \return none
+ * \return
*/
- void set_mac_address(uint8_t address[6]);
+ uint8_t set_mac_address(uint8_t address[6]);
/** Get user file info
* \param info_file Pointer where info will be stored
* \param size Available size
SimpleLink Wi-Fi CC3000
Avnet Wi-Go System