diff --git a/pages/software.html b/pages/software.html index 2c4634a1..c4dc0392 100644 --- a/pages/software.html +++ b/pages/software.html @@ -141,12 +141,10 @@

Get the number of attached devices

We iterate over the list of devices by an index that runs from 0 to -getDeviceCount()-1. The index is the address of each device. +getDeviceCount(). The index is the address of each device. This address is the first argument of every function that sets -a feature or a (Led-)value on a device. -Note that getDeviceCount() returns the number of devices attached, but the -address of an device starts at 0 for the first one, 1 for the second one,.. -getDeviceCount()-1 for the last one.

+a feature or a (Led-)value on a device. The adress starts at 0 for the first device, 1 +for the second one,.. getDeviceCount() for the last one.

Power saving mode

Leds consume quite a lot of energy when they are lit. Battery operated devices need a way save power by switching the whole display off, when the user doesn't @@ -622,4 +620,4 @@

Library Demos

- \ No newline at end of file +