n-wach / camino

A library for controlling an Arduino from Python over Serial
MIT License
16 stars 3 forks source link

Add returns for scalar types (byte, short, int, long) #11

Closed n-wach closed 1 year ago

n-wach commented 1 year ago

Closes #10

This also fixes the internal _analogRead callable.