#include <fDigitsSegtPin.h> fDigitsSegtPin Display(2,3,4,5,6,7,8,9,10,11,12,13); int x = 0; void setup() { Display.begin(); Display.doPrint_lastDot = 1; Display.doPrint_firstZero = 1; Display.doReport_overRange = 0; } void loop() { for (int count = 0; count < 100; count++) { Display.print(x); } x = x + 1; }
Открыть пример: Online ArduBlock
Видеоурок: