温度センサLM75BとWi-FiモジュールESP-WROOM-02をmbed LPC1114FN28に繋げて、温度をIFTTTのMaker Channelに出力するプログラム

Dependencies:   LM75B mbed

Auto generated API documentation and code listings for LM75B_IFTTT_mbedLPC1114FN28

Classes

Endpoint IP Endpoint (address, port)
ESP8266 The ESP8266 class
ESP8266Interface Interface using ESP8266 to connect to an IP-based network
HTTPClient A simple HTTP Client The HTTPClient is composed of:

  • The actual client ( HTTPClient )
  • Classes that act as a data repository, each of which deriving from the HTTPData class ( HTTPText for short text content, HTTPFile for file I/O, HTTPMap for key/value pairs, and HTTPStream for streaming purposes)
HTTPMap Map of key/value pairs Used to transmit POST data using the application/x-www-form-urlencoded encoding
HTTPText A data endpoint to store text
IFTTT (if this then that)
IHTTPDataIn This is a simple interface for HTTP data storage (impl examples are Key/Value Pairs, File, etc...)
IHTTPDataOut This is a simple interface for HTTP data storage (impl examples are Key/Value Pairs, File, etc...)
Socket Socket file descriptor and select wrapper
TCPSocketConnection TCP socket connection
TCPSocketServer TCP Server
UDPSocket UDP Socket

Code

CBuffer.h [code]
def.h [code]
Endpoint.cpp [code]
Endpoint.h [code]
ESP8266.cpp [code]
ESP8266.h [code]
ESP8266Interface.cpp [code]
ESP8266Interface.h [code]
HTTPClient.cpp [code]
HTTPClient.h [code] HTTP Client header file
HTTPMap.cpp [code]
HTTPMap.h [code]
HTTPText.cpp [code]
HTTPText.h [code]
ifttt.cpp [code]
ifttt.h [code]
IHTTPData.h [code]
main.cpp [code]
Socket.cpp [code]
Socket.h [code]
TCPSocketConnection.cpp [code]
TCPSocketConnection.h [code]
TCPSocketServer.cpp [code]
TCPSocketServer.h [code]
UDPSocket.cpp [code]
UDPSocket.h [code]