tim-balloon / TIMflight

Flight MCP repo
0 stars 0 forks source link

Lock pin code expected potentiometer on ADC, not limit switches #103

Closed evanmayer closed 3 months ago

evanmayer commented 4 months ago

Task

We need to modify the lock pin code and logic in order to allow the lock pin to work using limit switch feedback.

Acceptance

When the task is done, the lock pin code will look similar to a fusion of the existing lock pin code and the existing shutter code, except the lock pin code does not need the following functions:

Lock pin queries digital inputs on EZStepper board:

Unit tests updated

Details

actuators.c holds shutter and lock pin code. EZHR17EN Command Set describes the EZStepper protocol.

evanmayer commented 3 months ago

Closed by #102