-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Yannik Friedrich edited this page Nov 22, 2022
·
3 revisions
Disclaimer: This wiki is still under development. Over the next couple weeks most features will be documented. Once the full documentation is available, the wiki will be translated into german.
The ft library includes both a C interface and an object-oriented C++ interface. Both APIs share the same abstraction for the TXT 4.0 itself and actuators and sensors. Those are referred to as devices.
An overview of what is needed program the TXT 4.0 using C/C++ is provided by the
Getting Started Guide.
For the actual APIs, see C Interface and C++ Interface.