![](/media/cache/profiles/c97a55cc737d35be55e76789f342439c.jpg.50x50_q85.png)
TeamE7
Dependencies: EthernetInterface HTTPServer RemoteIR SDFileSystem mbed-rpc mbed-rtos mbed
Fork of SmartRemote by
Diff: IR.h
- Revision:
- 4:36e0aa194b45
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/IR.h Tue Dec 03 02:40:59 2013 +0000 @@ -0,0 +1,10 @@ +//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); \ No newline at end of file