bridystone / SevSegShift

Seven segment display controller library for Arduino
MIT License
28 stars 8 forks source link

mismatch of example picture vs. example code #5

Open bridystone opened 4 years ago

bridystone commented 4 years ago

example pictures use resistors on segments while the code (in default configuration) uses resistors on digits.

void begin(byte hardwareConfig, byte numDigitsIn, byte digitPinsIn[], byte segmentPinsIn[], bool resOnSegmentsIn=0, bool updateWithDelaysIn=0, bool leadingZerosIn=0, bool disableDecPoint=0);