Skip to content

Infinitelly Calculating Digits of Pi on Rapsberry Pi Pico

License

Notifications You must be signed in to change notification settings

Montecri/PiOnPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PiOnPi

ezgif-2-5d4288b5c5

Infinitelly Calculating Digits of Pi on Rapsberry Pi Pico

MAX7219 Module Pico
VCC 3V3 (pin 36)
GND GND (pin 38)
DIN GP19 (pin 25)
CS GP17 (pin 22)
CLK GP18 (pin 24)

Makes use of:

C code from:

Adapted to this use.


ATTENTION

The code, as is, REQUIRES the target platform to support DOUBLE type to work (and works faster if the platform suports LONG LONG), if you try to port it to, for example, AVR, double will get demoted to float and break the code. Some work will be required to make it compatible. (Thanks to @dwillmore who pointed this out).


https://www.linkedin.com/pulse/pi-on-pi-happy-pi-day-2023-2nd-generation-machine-cristiano-monteiro

About

Infinitelly Calculating Digits of Pi on Rapsberry Pi Pico

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages