15 lines
270 B
C
15 lines
270 B
C
#ifndef STEP_0_H
|
|
#define STEP_0_H
|
|
|
|
#include "../drivers/bottom_half.h"
|
|
#include "../drivers/char_lcd.h"
|
|
#include "../drivers/wires.h"
|
|
#include "setup_wires.h"
|
|
#include "../helper.h"
|
|
|
|
#define STRING_MAX_LEN 8
|
|
|
|
/// Wait for "*9819"
|
|
void step0(void);
|
|
|
|
#endif /* STEP_0_H */ |