Skip to content
/ XSAA1064 Public

A simple Arduino lib to control XServe Raid board called LightShow

License

Notifications You must be signed in to change notification settings

murxy/XSAA1064

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAA1064 Arduino lib

Hey! This library has been designed to work with the Xserve Raid front panel LightShow board. The functionality of this library allows you to transfer two values of the uint8_t format to the indicator, setting the percentage from 0 to 100 and the value of the network indicator.

Includes

List of libraries required for assembly:

  1. Wire.h

Use

  1. It is necessary to connect ADR and VEE pins of the top SAA1064 on the board. This is necessary for they receive different addresses.
    Pinning
  2. It is necessary to connect the SDA and SCL pins on connector to combine the two I2C lines into one.
  3. In the constructor of the class, create two objects and pass addresses to them. If you connected everything correctly, then the left row will receive the address 0x38, and the right row will receive the address 0x3B.

About

A simple Arduino lib to control XServe Raid board called LightShow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages