aiyprojects-raspbian icon indicating copy to clipboard operation
aiyprojects-raspbian copied to clipboard

Add brightness control

Open mpember opened this issue 8 years ago • 4 comments

A brightness variable make it possible to set a maximum LED brightness.

mpember avatar Mar 02 '18 12:03 mpember

Thanks for your pull request. t looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers
  • Your company has a Point of Contact who decides which employees are authorized to participate. Ask your POC to be added to the group of authorized contributors. If you don't know who your Point of Contact is, direct the project maintainer to go/cla#troubleshoot.
  • The email used to register you as an authorized contributor must be the email used for the Git commit. Check your existing CLA data and verify that your email is set on your git commits.
  • The email used to register you as an authorized contributor must also be attached to your GitHub account.

googlebot avatar Mar 02 '18 12:03 googlebot

I signed it!!

mpember avatar Mar 02 '18 12:03 mpember

CLAs look good, thanks!

googlebot avatar Mar 02 '18 12:03 googlebot

Is there a preferred method of checking the brightness variable is valid? I considered having it expect an integer between 0-100 and testing the range. From there, it would be divided by 100 and stored in the brightness variable.

mpember avatar Mar 02 '18 15:03 mpember