documentation checked and edit

for all files in lib folder
This commit is contained in:
2023-10-12 18:45:12 +02:00
parent 61a95e4601
commit db74898b72
41 changed files with 1030 additions and 569 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#include "controlPad.h"
ControlPad::ControlPad() : Component(5), controlInput{0, 0, 0, 0} {}
ControlPad::ControlPad() : Component(10), controlInput{0, 0, 0, 0} {}
void ControlPad::run()
{