DotBots / DotBot-firmware

Firmware applications used to control DotBots and SailBots
https://dotbot-firmware.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
5 stars 8 forks source link

Port new LH2 driver to the nRF53 #274

Closed SaidAlvarado closed 9 months ago

SaidAlvarado commented 9 months ago

The LH2 driver depends heavily on the PPI system. which is different in the nRF52 vs. nRF53. The current driver implementation only works for the nRF52. It needs to be ported to work on nRF53 platform

SaidAlvarado commented 9 months ago

Merged into #268 Fixed by #273