toto/HelloWorld/peripherique.h
Montaigu-Lancelin Emilie 62b5e6323a debuttp1812
2025-12-18 10:13:20 +01:00

11 lines
No EOL
108 B
C++

#ifndef periph_H
#define periph_H
class periph {
private:
char id;
public:
periph();
};
#endif