Category Archives: Coding

Comma Delimited

.csv files may not be flashy, but there’s almost nothing easier to use. Continue reading

Posted in Coding, Tools | Leave a comment

Printing Large Numbers on Arduinos

How to print unsigned 64-bit integers simply in Arduino C, using decimal long division. Continue reading

Posted in Arduino, C, Coding, HOW-TO, Math | Tagged , , , , , , , , , | Leave a comment

DIY scroll wheel

An Arduino Leonardo can be used to add scroll wheel functionality if your mouse doesn’t have it. Here’s how. Continue reading

Posted in Arduino, C, Coding, Digital, HOW-TO, User Interface Design | Tagged , , , , , , , , , , , , | Leave a comment

Pixel Art

Simple rules, run repeatedly, can produce interesting art… Continue reading

Posted in BASIC, Coding | Tagged , , | Leave a comment