LooUQ / CoreZero-SDK

Cross-Platform Core SDK - Atmel SAM | Arduino | Windows IoT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

corezero


Core Library

The LooUQ's CoreZero SDK provides a framework that allows rapid development of cross-platform solutions. The library is object-oriented and reactive, providing the developer with powerful tools. The library is written with C++11 language standards, without using the STL (due to the lack of support on Arduino and other MCU platforms). The library primarily relies on the C99 library, maintaining portability in the aspect of dependencies. Fundamental templated objects are implemented in this library, compiling on both Arduino and Windows alike.

Getting Started

  1. Download this source code
  2. Pick a platform
  1. Start coding!

Documentation

Refer to the documentation for more information on how to get started using the Core library.

More about us

Head over to LooUQ to learn more...

About

Cross-Platform Core SDK - Atmel SAM | Arduino | Windows IoT

License:GNU General Public License v3.0


Languages

Language:C++ 95.4%Language:CMake 4.6%