eBoard ๐Ÿ‰  โ‘ โ‘งโ‘จ
Written for SIA 2017/2018
ServoPin_t Struct Reference

ServoPin_t stores the data Set for any Pin usable by the Servo-Library. More...

#include <eagle_Servo.h>

Public Attributes

uint8_t nbr:6
 stores the pinID [0;63] More...
 
uint8_t isActive:1
 checks if the Servo connected to this pin is currently active More...
 

Detailed Description

ServoPin_t stores the data Set for any Pin usable by the Servo-Library.

Definition at line 23 of file eagle_Servo.h.

Member Data Documentation

◆ isActive

uint8_t ServoPin_t::isActive

checks if the Servo connected to this pin is currently active

Definition at line 27 of file eagle_Servo.h.

◆ nbr

uint8_t ServoPin_t::nbr

stores the pinID [0;63]

Definition at line 25 of file eagle_Servo.h.


The documentation for this struct was generated from the following file: