0.0.5 • Published 6 years ago
mock-analog-pin v0.0.5
Mock Analog Pin
This is a class designed to emulate the behavior of an Aruino analog pin.
Only powerup()
, powerdown(),
is_on(),
is_off()and
sample()are
implemented. Desired output voltage can be set with
set_voltage(...)`.