Editorial fix
This commit is contained in:
parent
96e5c026a8
commit
f427951f79
|
@ -5,11 +5,13 @@
|
||||||
|
|
||||||
This module provides a simple interface to [TCS34725 colour/light sensors](https://www.adafruit.com/product/1334) (Adafruit).
|
This module provides a simple interface to [TCS34725 colour/light sensors](https://www.adafruit.com/product/1334) (Adafruit).
|
||||||
|
|
||||||
Note that you must call [`setup()`](#tcs34725setup) before you can start reading values!
|
!!! Warning
|
||||||
|
|
||||||
|
You must call [`setup()`](#tcs34725setup) before you can start reading values!
|
||||||
|
|
||||||
## tcs34725.setup()
|
## tcs34725.setup()
|
||||||
|
|
||||||
setupializes module. setupialization is mandatory before values can be read.
|
Initialization via this call is mandatory before values can be read.
|
||||||
|
|
||||||
#### Syntax
|
#### Syntax
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue