mirror of https://github.com/nealey/Simon-Says
17 lines
307 B
Plaintext
Executable File
17 lines
307 B
Plaintext
Executable File
AppleRemoteSender
|
|
|
|
Copyright (c) 2008, Casey Callendrello
|
|
c1 at caseyc.net // caseyc.net
|
|
|
|
|
|
Should be pretty self-explanatory. See the .h file for every method, but the ones your are probably interested in are:
|
|
|
|
ars = AppleRemoteSender(pin)
|
|
|
|
ars.menu()
|
|
ars.play()
|
|
ars.right()
|
|
ars.left()
|
|
ars.up()
|
|
ars.down()
|