Serial Wombat Arduino Library
Loading...
Searching...
No Matches
SerialWombatTM1637.h File Reference
#include <stdint.h>
#include "SerialWombat.h"
Include dependency graph for SerialWombatTM1637.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SerialWombatTM1637
 A Class representing a TM1637 Seven-Segment Display connected to two Serial Wombat pins. More...
 

Enumerations

enum  SWTM1637Mode {
  tm1637Decimal16 = 0 , tm1637Hex16 = 1 , tm1637CharArray = 2 , tm1637RawArray = 3 ,
  tm1637Animation = 4
}
 

Enumeration Type Documentation

◆ SWTM1637Mode

Enumerator
tm1637Decimal16 

Get the number to display from a pin or data source and display in decimal.

tm1637Hex16 

Get the number to display from a pin or data source and display in hex.

tm1637CharArray 

Display a string sent by the host.

tm1637RawArray 

Display raw LED segments sent by the host.

tm1637Animation 

Definition at line 30 of file SerialWombatTM1637.h.