Servo
Last change
on this file since 6db346c was
6db346c,
checked in by Steve Castellotti <sc@…>, 9 years ago
|
- Scoring fields added
- Tilt Control widgets added
|
-
Property mode set to
100644
|
File size:
758 bytes
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | |
---|
4 | |
---|
5 | |
---|
6 | |
---|
7 | |
---|
8 | |
---|
9 | |
---|
10 | |
---|
11 | |
---|
12 | #import <Foundation/Foundation.h> |
---|
13 | |
---|
14 | @protocol SignalConverterDelegate <NSObject> |
---|
15 | |
---|
16 | - (void) updatedValuesForSignal: (float)signalStrength |
---|
17 | attention: (float)attentionLevel |
---|
18 | meditation: (float)meditationLevel |
---|
19 | power: (float)powerLevel; |
---|
20 | |
---|
21 | - (void) notifyHeadsetConnect; |
---|
22 | - (void) notifyHeadsetDisconnect; |
---|
23 | - (void) notifyDeviceConnected:(NSString *)name; |
---|
24 | - (void) appStopped; |
---|
25 | @end |
---|
Note: See
TracBrowser
for help on using the repository browser.