RTC Website

The T1 C library

TX
DX

In addition to the myRIO C library of section 0.5, we have provided a C library to facilitate the programming of the T1 target system. The library is available in the T1D1 workspace under the T1 directory. We will rewrite some of this library in the course of this book, so only the executables for these functions are provided. The library can be included in a script with

#include "T1.h"

The library is distributed in the T1D1 workspace, so there is no need to install it. However, it is also available in a dedicated online code repository at https://github.com/rtc-book/T1.

Online Resources for Section 0.6

No online resources.