issues
search
philipellisis
/
arduino-virtual-pinball-board
This is some simple code to make a virtual pinball compatible board that works off of the Arduino firmware
21
stars
8
forks
source link
Save ~148 bytes by using rand() instead of random()
#4
Closed
CrazyCoder
closed
1 year ago
CrazyCoder
commented
1 year ago
rand()
function takes less precious space
rand()
function takes less precious space