ESP8266_UPC_Keys
Posted: Mon Nov 21, 2016 10:27 am
-->
Open Community Forum for ESP8266, Come share Arduino and IoT (Internet of Things)
https://www.esp8266.com/
mactep wrote:Hello,
is is possible to run this code on the Arduino IDE ?
https://github.com/aczid/esp8266_upc_keys
// Expose Espressif SDK functionality
extern "C" {
#include "user_interface.h"
typedef void (*freedom_outside_cb_t)(uint8 status);
int wifi_register_send_pkt_freedom_cb(freedom_outside_cb_t cb);
void wifi_unregister_send_pkt_freedom_cb(void);
int wifi_send_pkt_freedom(uint8 *buf, int len, bool sys_seq);
}
mactep wrote:Hello,
is is possible to run this code on the Arduino IDE ?