B001-V3 works with it now

This commit is contained in:
Thaddeus Hughes
2025-12-16 12:10:10 -06:00
parent ac030005c3
commit 062221dfd3
70 changed files with 3872 additions and 3786 deletions

View File

@@ -10,11 +10,12 @@
#include "freertos/task.h"
#include "freertos/queue.h"
#define NUM_RF_BUTTONS 4
#define NUM_RF_BUTTONS 8
int64_t recieveKeycode();
void start_rf();
esp_err_t rf_init();
esp_err_t rf_stop();
void rf_set_keycode(uint8_t index, int64_t code);
@@ -23,4 +24,7 @@ int64_t rf_get_raw_keycode();
void rf_clear_queue();
void rf_learn_keycode(uint8_t index);
void rf_cancel_learn_keycode();
#endif