Has anybody seen succesful loading a subroutine from sd card?
this used to be a simple IO thing to do in computer programming to save memory space
what i mean is lets say you press a button and the microcontroler
would go out to the SD card and read in a program to memory and execute the program
lets say for example execute a blink sketch for 5 minutes
then prompt the user to what to do next… and lets say the user says what is the time
so the microcontroler goes to SD card and loads in the time program and display the time for 5 minutes
i have never seen this before, yet it seems to be something basic in computer programming
let me know if you have seen anything like this before