This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "pico/stdlib.h" | |
#include "hardware/gpio.h" | |
#include "hardware/timer.h" | |
#include "stdio.h" | |
#include "pico/util/queue.h" | |
#define IR_PIN 16 | |
#define BRIGHTNESS_UP 0x3A | |
#define BRIGHTNESS_DN 0xBA | |
#define PLAY 0x82 |