working version with optimization

This commit is contained in:
Dmitry Borisenko
2020-09-03 02:07:12 +03:00
parent 89fed305c8
commit ab65cda820
17 changed files with 79 additions and 81 deletions

View File

@@ -28,4 +28,4 @@ class PwmOutClass : public LineParsing {
}
};
extern PwmOutClass* myPwmOut;
extern PwmOutClass myPwmOut;