Skip to content
ibroheem edited this page Nov 19, 2017 · 3 revisions

Welcome to the Telpo-TPS300 wiki!

This wiki refers to both TPS3000 and TPS300A, unless where stated otherwise.

Contents:

  1. Compilation instruction for C++ (even though C is said to be supported by default). I'm more comfortable with C++, and luckily there's a C++ compiler bundled with the SDK. And with C++ you can produce less executable size than (why? less code), of course iff you really know C++.
  2. Compilation instructions for third party Libraries. If you want to use third party libraries in your development
  3. Code examples with Code::Blocks project files. Now is a good time to download and Learn Code::Blocks

Some dependencies used in extending capabilities, e.g C++11 nullptr support from ETL

  1. ArduinoJson
  2. ETL (Embedded Template Library)
Clone this wiki locally