diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-12-27 15:47:10 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-12-27 15:47:10 +0000 |
| commit | b7a5a477b8ff4d4e3028b9dfb9a9df0a41463f92 (patch) | |
| tree | 79d7313dd863ab9715be64dba1468be946cdbea8 /NT/src/rotor.cpp | |
| parent | ea8d3b6fa7ac59d064e86755fae8f25f7ed8a0d2 (diff) | |
making template connection logic
Diffstat (limited to 'NT/src/rotor.cpp')
| -rw-r--r-- | NT/src/rotor.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NT/src/rotor.cpp b/NT/src/rotor.cpp index 9a0bc5d..056736d 100644 --- a/NT/src/rotor.cpp +++ b/NT/src/rotor.cpp @@ -12,4 +12,8 @@ int main(){ m.init(settings); if (m.connect("inlet",&t)) printf("connected!\n"); else printf("not connected...\n"); + for (double t=0;t<10.0;t+=0.765){ + Frame_parameters f=Frame_parameters(t,25.0,10.0,640,360); + printf() + } }
\ No newline at end of file |
