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.
13 lines
496 B
Go
13 lines
496 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 as7262 controls an AMS 6 channel visible spectral sensor via an i2c
|
|
// interface. The as7262 features 6 spectral channels spaced at 450, 500, 550,
|
|
// 570, 600, 650 nm and includes 2 integrated LED drivers.
|
|
//
|
|
// Datasheet
|
|
//
|
|
// https://ams.com/documents/20143/36005/AS7262_DS000486_2-00.pdf
|
|
package as7262
|