Appiko / nrf5x-firmware

The repository for the firmware of Appiko's camera triggering device
GNU General Public License v3.0
9 stars 10 forks source link

Pre-compute outgen parameters when update is received for cam trigger module #1

Closed EarthLord closed 5 years ago

EarthLord commented 5 years ago

As of now the out gen config parameters are computed at every trigger for both the PIR and timer. Since this is the same every time, it can be computed as soon as the parameters are received from the app. This will allow the out gen start to be called as right when the trigger is received.

tejas-tj commented 5 years ago

Video mode is yet to be implemented. So for now this issue is close.