Editorial fix

This commit is contained in:
Marcel Stör 2018-04-18 19:58:09 +02:00
parent 96e5c026a8
commit f427951f79
1 changed files with 4 additions and 2 deletions

View File

@ -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