Hi, today I have a project for driving a polygon motor that use an NBC3111.
I made a this video about the project:
The arduino code is really simple:
void setup(){
pinMode(2, OUTPUT);
}
void loop(){
digitalWrite(2, HIGH);
delayMicroseconds(50);
digitalWrite(2, LOW);
delayMicroseconds(50);
}
If you have any question comment or send me an e-mail to damianoandre@gmail.com
Bye, Dami
Leggi il seguito »
- Articolo precedente: Diablo compie 15 anni, ecco una retrospettiva
- Articolo successivo: -DELETED-Auguri di Buon Anno Nuovo
SEGNALA / INVIA QUESTO POST:
Hai trovato questo articolo interessante? Iscriviti GRATIS ai nostri feeds!




