-
Notifications
You must be signed in to change notification settings - Fork 5
Home
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:
- 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++.
- Compilation instructions for third party Libraries. If you want to use third party libraries in your development
- 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
- ArduinoJson
- ETL (Embedded Template Library)