Beginners: please read this post and this post before posting to the forum.
0 Members and 2 Guests are viewing this topic.
// set GPIOA pin 5 in high state PORTA[5] = 1;
// uart configuration kSerial com; com.hardware = kSerial::usart1->TX.PORTA9; com.run(115200); com << "Hello!";
// setting up hardware for PWM generation ... PWM1.hardware = kPWM::out->Timer1.OC1.PORTA8; ...