Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to start modifying #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ Your application will now be downloaded and executed by the device you have conn

You’ll know the code is deployed when the device changes from "Downloading" to "Online" in the dashboard, and you’ll know it’s running on the device when one of the LEDs on the Sense HAT lights up. You'll be able to move the light with the Sense HAT joystick.

A great next step is to make small changes to the existing code, like changing the lit LED from red to green. There is some helpful documentation in the comments of the app.js file to get you oriented.

### Ready to go beyond a single lit LED?
The Sense HAT measures temperature, humidity, pressure, and orientation, which you can show on the LED matrix. You can find more ideas of what to do with the HAT in [this library](https://github.com/resin-io-playground/node-sense-hat).
The Sense HAT measures temperature, humidity, pressure, and orientation, which you can show on the LED matrix.

You can find more ideas of what to do with the HAT in [this library](https://github.com/resin-io-playground/node-sense-hat).

You can also use the Sense HAT in other languages, such as [Python](http://pythonhosted.org/sense-hat/).