Запускаем блок полигонального зеркала из лазерного принтера

Аватар автора
Умные приборы для дома
запустил бесколлекторный движок из принтера мой имеет на ботру контроллер LM11870 и 5 контактов 1 CLK 2 LD 3 START (connect to GNG) 4 GND 5 +24V код весь: // the setup routine runs once when you press reset: void setup() { // initialize the digital pin as an output. pinMode(0, OUTPUT); //LED on Model B } // the loop routine runs over and over again forever: void loop() { digitalWrite(0, HIGH); // turn the LED on (HIGH is the voltage level) delayMicroseconds(350); // wait for a second digitalWrite(0, LOW); // turn the LED off by making the voltage LOW delayMicroseconds(350); // wait for a second }

0/0


0/0

0/0

0/0