I would like to run an arduino nano sketch on STM 32, Only 4 pins are need to define.... please help me to do this.... The code is working perfectly on my circuit, due to arduino nano memory is less, so i am unable to add more leds (ws2812B). Thank you.
/* Code for Arduino WS2812b-MSGEQ7 Spectrum Analizer. https://www.youtube.com/watch?v=mGton_zqrS0 */#include <FastLED.h>#define NUM_LEDS 70#define COLUMN 7#define ROWS 10#define DATA_PIN 6#define STROBE_PIN 3#define RESET_PIN 2#define BRIGHTNESS 1...