9 lines
195 B
C
9 lines
195 B
C
|
#ifndef _A_H_HEADER_
|
||
|
#define _A_H_HEADER_
|
||
|
// auto-generated from../../firmware/controllers/algo/io_pins.h
|
||
|
|
||
|
|
||
|
#include "io_pins.h"
|
||
|
const char *getIo_pin_e(io_pin_e value);
|
||
|
#endif /*_A_H_HEADER_ */
|