IntroductionΒΆ

The MetaWear iOS/macOS/tvOS/watchOS API provides a simple way to communicate with your MetaWear boards using Apple devices.

This is a thin wrapper around the MetaWear C++ API so you will find the C++ documentation and API reference useful.

If you are interested in the finer details of the library, see source code and API documentation.

This guide assumes you have fundamental knowledge of iOS, macOS, or tvOS programming especially Swift and Closures.