11 lines
166 B
C
11 lines
166 B
C
#ifndef P001_STEP_1_H
|
|
#define P001_STEP_1_H
|
|
|
|
#include <random>
|
|
#include "../drivers/all.h"
|
|
#include "../helper.h"
|
|
|
|
void p001_step1(void);
|
|
|
|
#endif /* P001_STEP_1_H */
|