Inittial Commit

This commit is contained in:
IMback
2017-11-02 17:20:52 +01:00
commit 88ef0be4a2
20 changed files with 294 additions and 0 deletions

11
microcontroller.h Normal file
View File

@ -0,0 +1,11 @@
#ifndef MICROCONTROLLER_H
#define MICROCONTROLLER_H
class Microcontroller
{
public:
Microcontroller();
};
#endif // MICROCONTROLLER_H