13 lines
244 B
C
13 lines
244 B
C
#ifndef SETUP_WIRES_H
|
|
#define SETUP_WIRES_H
|
|
|
|
#include "../drivers/bottom_half.h"
|
|
#include "../drivers/char_lcd.h"
|
|
#include "../drivers/wires.h"
|
|
#include "wires_puzzle.h"
|
|
#include <esp_log.h>
|
|
|
|
void setup_wires(void);
|
|
|
|
#endif /* SETUP_WIRES_H */
|