pico-bmc/pico_lib.h
ltcptgeneral 914d73a86a move pico libs to pico_lib.h,
add INV option to PW_SWITCH and PW_STATE
2024-02-18 11:55:43 -08:00

8 lines
133 B
C

#ifndef PICO_LIB_H
#define PICO_LIB_H
#include "pico/cyw43_arch.h"
#include "pico/stdlib.h"
#include "hardware/adc.h"
#endif