/AppleSensors

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

AppleSensors

A singleton which on Apple computers can:

  • get and set display and keyboard brightness
  • read left and right ambient light sensors (laptops only)
  • read accelerometer sensor (laptops only)

Example use:

sensors = AppleSensors clone
value := sensors getRightLightSensor

Installation

eerie install https://github.com/IoLanguage/AppleSensors.git