pi-tm1638  1.0
TM1638 library for Raspberry Pi
 All Data Structures Files Functions Variables Typedefs
tm1638_tag Struct Reference

Data Fields

uint8_t data
uint8_t clock
uint8_t strobe
uint8_t intensity
bool enable

Detailed Description

A struct representing the TM1638 board.

If you're just using the library, you shouldn't care how this is defined: it might change under your feet.

Definition at line 85 of file tm1638.c.


Field Documentation

uint8_t tm1638_tag::clock

The pin which is connected to the TM1638's clock line

Definition at line 88 of file tm1638.c.

uint8_t tm1638_tag::data

The pin which is connected to the TM1638's data line

Definition at line 87 of file tm1638.c.

bool tm1638_tag::enable

true iff we're enabled

Definition at line 92 of file tm1638.c.

uint8_t tm1638_tag::intensity

The current LED brightness

Definition at line 91 of file tm1638.c.

uint8_t tm1638_tag::strobe

The pin which is connected to the TM1638's strobe line

Definition at line 89 of file tm1638.c.


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