#include <MD_MAX72xx.h>
const uint32_t CS_PIN = D10;
const uint8_t NB_MAX7219=4; // nombre d'afficheur(s) juxtaposé(s)
MD_MAX72XX afficheurs( MD_MAX72XX::PAROLA_HW, DR1CR1RR0_HW);
void setup()
{
afficheurs.begin();
afficheurs.setPoint(1,2,true);
afficheurs.update();
}
void loop() {
// put your main code here, to run repeatedly:
delay(100); // this speeds up the simulation
}
Loading
st-nucleo-c031c6