7
pio/ir_nec/nec_receive_library/nec_receive.h
Normal file
7
pio/ir_nec/nec_receive_library/nec_receive.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "pico/stdlib.h"
|
||||
#include "hardware/pio.h"
|
||||
|
||||
// public API
|
||||
//
|
||||
int nec_rx_init (PIO pio, uint pin);
|
||||
bool nec_decode_frame (uint32_t sm, uint8_t *p_address, uint8_t *p_data);
|
||||
Reference in New Issue
Block a user