14 lines
211 B
C
14 lines
211 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include "pico/stdlib.h"
|
|
#include "hardware/uart.h"
|
|
|
|
#include "hardware/clocks.h"
|
|
#include "hardware/watchdog.h"
|
|
|
|
#endif
|