Search found 1 match

by TheDice
Thu Mar 10, 2022 12:15 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: from Arduino micro to Nucleo F767ZI
Replies: 0
Views: 2378

from Arduino micro to Nucleo F767ZI

Hello, I have a program for the Arduino micro and I would now like to play it on the Nucleo F767ZI. What's the easiest way to rewrite this? int XT5 = 6; //PWM Signal Ausgang Pin 6 an LWL XT5 int XT6 = 5; //PWM Signal Ausgang Pin 5 an LWL XT6 int Poti = A0; //Poti Analogeingang Pin A0 int PotiWert; /...

Go to advanced search