RobotDynOfficial / RBDDimmer

The following library is used for work with dimmer, it gives ability to control large ammoun of dimmer. This lib uses with Leonardo, Mega, UNO, ESP8266, ESP32, Arduino M0, Arduino Zero, Arduino Due, STM32.
227 stars 104 forks source link

Documentation #40

Open nehal2210 opened 3 years ago

nehal2210 commented 3 years ago

Its small mistake in documentation in front page of this repository.

  1. Function getMode displays values of current work mode Example: Serial.print(dimmer.getPower()); Result 0 (NORMAL_MODE) or 1 (TOGGLE_MODE)

in the example it should be getMode instead of getPower()... may be this is helpful to you. Thank You..