#![no_std]
#![no_main]

use esp32_hal::{clock::ClockControl, pac::Peripherals, prelude::*, timer::TimerGroup, Rtc, IO, Delay};
use esp_backtrace as _;
use xtensa_lx_rt::entry;
use esp_println::println;