basis code project
Dependencies: EthernetInterface HTTPServer RemoteIR SDFileSystem mbed-rpc mbed-rtos mbed
Fork of SmartRemote by
IR.h
- Committer:
- Loreas
- Date:
- 2018-01-26
- Revision:
- 18:242a5e3d3893
- Parent:
- 4:36e0aa194b45
File content as of revision 18:242a5e3d3893:
//PROTOTYPES #include "mbed.h" #include "ReceiverIR.h" #include "TransmitterIR.h" int receive(RemoteIR::Format *format, uint8_t *buf, int bufsiz, int timeout = 100); int transmit(RemoteIR::Format format, uint8_t *buf, int bitlength, int timeout = 100); void display_status(char *status, int bitlength); void display_format(RemoteIR::Format format); void display_data(uint8_t *buf, int bitlength);