User Activity

I am writing code for the NUCLEO-F767ZI board in C++.Initially, I have three classes and their objects are defined as global variables in `usermain.cpp` in ${Project}\User\Src\:SystemClass systemObj(1);   PwmClass servoObj(&htim3); TLinkClass tlinkOb...