Skip to content

Latest commit

 

History

History
executable file
·
6 lines (5 loc) · 258 Bytes

README.md

File metadata and controls

executable file
·
6 lines (5 loc) · 258 Bytes

nRF Opensource Drivers Implementation

Assumptions:

  • Each driver only control peripheral. Do not have memory.
  • GPIO pins are not configured by driver. Must be configured before using driver.
  • Only assert guards against bad states.