Buy an Axon, Axon II, or Axon Mote and build a great robot, while helping to support SoR.
0 Members and 1 Guest 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; ...