Skip to content
Pascal Roobrouck edited this page Oct 25, 2024 · 1 revision

Welcome to the PN7160 wiki!

This driver was derived from my PN7150 driver with the following changes:

  • The NCI was upgraded from V1.0 to V2.0. V2.0 is NOT backward compatible : the reset & init procedure is different with different message payload.
  • I rewrote the classes to be fully static whenever possible, resulting in simpler and more readable implementation code
  • I added a CI workflow with:
    • automatic version control
    • automatic unit testing with Codecov.io
    • automatic static code testing with Sonarcloud.io
Clone this wiki locally