From f427951f7909b430f78cd9832e59ede905e3e330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Wed, 18 Apr 2018 19:58:09 +0200 Subject: [PATCH] Editorial fix --- docs/en/modules/tcs34725.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/en/modules/tcs34725.md b/docs/en/modules/tcs34725.md index ae5a553c..bd1dd63d 100644 --- a/docs/en/modules/tcs34725.md +++ b/docs/en/modules/tcs34725.md @@ -5,11 +5,13 @@ 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() -setupializes module. setupialization is mandatory before values can be read. +Initialization via this call is mandatory before values can be read. #### Syntax