Ownasaurus / TAStm32

Console replay device utilizing a STM32F4
GNU General Public License v3.0
66 stars 14 forks source link

Add relayreset command #54

Closed Ownasaurus closed 3 years ago

Ownasaurus commented 3 years ago

It would be another power command, like softreset and hardreset. The aforementioned commands operate on open-drain to avoid having strange console side effects. However, to work with a power relay strip, the reset pin should operate on push-pull. Therefore, a new command should be added to the protocol, firmware, and python driver.

Ownasaurus commented 3 years ago

Resolved in #58