Skip to content

Using NativeAnt

Curtis Malainey edited this page Dec 10, 2018 · 3 revisions

NativeAnt is still under active development, but the idea is unifying the interface for a native softdevice or the network processor. This way code is very portable between nRF and non-nRF devices if a user decides to make the change.

The only differences between the Ant and NativeAnt are the setup methods and buffer allocation. All other behaviors are the exact same. See the NativeAnt example for usage.

Clone this wiki locally