You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code uses digital pin 7 to attach interrupt: arduino UNO can only use pins 2 & 3 for this interrupts;
other pins can be assigned as interrupt source through PCINT
Also, keep in mind MAX7219 controller board with SMD chip is missing filter capacitor, so it will only work well at the minimal intensity settings. One has to solder 10-100uF capacitor between controller VCC and GND to make it work consistently.
The text was updated successfully, but these errors were encountered:
Place Delay.cpp and Delay.h in the same folder with your sketch;
Make sure in the code there is a line at the beginning
#include "Delay.h"
pay attention it must contain double quotes
Code uses digital pin 7 to attach interrupt: arduino UNO can only use pins 2 & 3 for this interrupts;
other pins can be assigned as interrupt source through PCINT
Also, keep in mind MAX7219 controller board with SMD chip is missing filter capacitor, so it will only work well at the minimal intensity settings. One has to solder 10-100uF capacitor between controller VCC and GND to make it work consistently.
The text was updated successfully, but these errors were encountered: