![](/media/cache/profiles/4a14f5caec5c9d336ea280b074ba18ed.jpg.50x50_q85.jpg)
Groep E3 - EMDEV
Dependencies: EthernetInterface HTTPServer RemoteIR SDFileSystem mbed-rpc mbed-rtos mbed
Fork of SmartRemote by
IR.h
- Committer:
- sammacjunkie
- Date:
- 2013-12-04
- Revision:
- 16:2d23297857bc
- Parent:
- 4:36e0aa194b45
File content as of revision 16:2d23297857bc:
//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);