Go to advanced search

by fawcett
Thu Jun 01, 2017 5:44 pm
Forum: Astro Pi
Topic: Sense Hat Joystick Stuck
Replies: 3
Views: 2393

Re: Sense Hat Joystick Stuck

I was using some of the example code from the Sense Hat API doc pages: For example: from sense_hat import SenseHat from time import sleep sense = SenseHat() event = sense.stick.wait_for_event() print("The joystick was {} {}".format(event.action, event.direction)) sleep(0.1) event = sense.stick.wait_...
by fawcett
Thu Jun 01, 2017 4:08 am
Forum: Astro Pi
Topic: Sense Hat Joystick Stuck
Replies: 3
Views: 2393

Sense Hat Joystick Stuck

I recently purchased a SenseHat, and everything that I had tested until now worked great. I am in the process of setting up the joystick to trigger a system shutdown. As I started playing with the Sense Hat API, I am finding that my board continually triggers a 'held' action in the 'left' direction....

Go to advanced search