8 lines
133 B
C
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
|