JM9 XRCU Board 0.1.0
Libraries API Reference
Loading...
Searching...
No Matches
Uts_tic.h File Reference
#include <Arduino.h>
#include <HardwareTimer.h>
#include <Uts_gpio.h>

Go to the source code of this file.

Classes

class  Uts_tic
 Ultrasonic Sensor Driver (TRIG-ECHO Input-Capture) for XRCU. More...
 

Variables

Uts_tic uts_tics [4]
 The Ultrasonic Sensors at E-Ports.
 
Uts_ticuts_tic1
 The Ultrasonic Sensor at Port E1.
 
Uts_ticuts_tic2
 The Ultrasonic Sensor at Port E2.
 
Uts_ticuts_tic3
 The Ultrasonic Sensor at Port E3.
 
Uts_ticuts_tic4
 The Ultrasonic Sensor at Port E4.
 

Detailed Description

Uts_tic.h - Ultrasonic Sensor (Timer Input-Capture) Driver for XRCU.

Variable Documentation

◆ uts_tic1

Uts_tic& uts_tic1
extern

The Ultrasonic Sensor at Port E1.

You may use it as an Uts_tic object.

◆ uts_tic2

Uts_tic& uts_tic2
extern

The Ultrasonic Sensor at Port E2.

You may use it as an Uts_tic object.

◆ uts_tic3

Uts_tic& uts_tic3
extern

The Ultrasonic Sensor at Port E3.

You may use it as an Uts_tic object.

◆ uts_tic4

Uts_tic& uts_tic4
extern

The Ultrasonic Sensor at Port E4.

You may use it as an Uts_tic object.

◆ uts_tics

Uts_tic uts_tics[4]
extern

The Ultrasonic Sensors at E-Ports.

You may use its elements as Uts_tic objects.