An open API service indexing awesome lists of open source software.

https://github.com/iolanguage/applesensors


https://github.com/iolanguage/applesensors

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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
```