12 lines
215 B
C
12 lines
215 B
C
#ifndef STEP_6_H
|
|
#define STEP_6_H
|
|
|
|
#include "wires_puzzle.h"
|
|
#include "drivers/wires.h"
|
|
#include "drivers/bottom_half.h"
|
|
#include "drivers/sd.h"
|
|
#include "drivers/speaker.h"
|
|
|
|
void step6(void);
|
|
|
|
#endif /* STEP_6_H */ |