mirror of https://github.com/periph/devices
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
473 B
Go
17 lines
473 B
Go
// Copyright 2018 The Periph Authors. All rights reserved.
|
|
// Use of this source code is governed under the Apache License, Version 2.0
|
|
// that can be found in the LICENSE file.
|
|
|
|
// Package ht16k33 implements interfacing code to Holtek HT16K33 Alphanumeric 16x8 LED driver.
|
|
//
|
|
// # More Details
|
|
//
|
|
// # Datasheets
|
|
//
|
|
// http://www.holtek.com/documents/10179/116711/HT16K33v120.pdf
|
|
//
|
|
// # Product Page
|
|
//
|
|
// http://www.holtek.com/productdetail/-/vg/HT16K33
|
|
package ht16k33
|