Commit f427951f authored by Marcel Stör's avatar Marcel Stör
Browse files

Editorial fix

parent 96e5c026
...@@ -5,11 +5,13 @@ ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment