RawEEGRaw_EEG_PlotServoTab_Interfacepyramid
Last change
on this file since 2aabdf3 was
2aabdf3,
checked in by Steve Castellotti <sc@…>, 10 years ago
|
- demo mode now cycles faster and repeatedly
- cleaned up unused and duplicate image files
|
-
Property mode set to
100644
|
File size:
357 bytes
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | |
---|
4 | |
---|
5 | |
---|
6 | |
---|
7 | |
---|
8 | |
---|
9 | #import <UIKit/UIKit.h> |
---|
10 | |
---|
11 | #import "AppDelegate.h" |
---|
12 | |
---|
13 | int main(int argc, char *argv[]) |
---|
14 | { |
---|
15 | @autoreleasepool { |
---|
16 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); |
---|
17 | } |
---|
18 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.