Skip to content

Commit 669756d

Browse files
Merge pull request #1 from nominal-io/Dev-Data-Streaming
Dev data streaming
2 parents 805da51 + 50fa3ba commit 669756d

File tree

69 files changed

+1908
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1908
-128
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818

1919
# Developer Tools
2020
#.token is a file which can be used to store a the developer's token without the risk of it being added to SCC!
21-
.token
21+
.token
22+
*.vip

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 nominal-io
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

lv_src/.vipb

Lines changed: 447 additions & 21 deletions
Large diffs are not rendered by default.

lv_src/.vipc

6.93 KB
Binary file not shown.
159 KB
Binary file not shown.
6.06 KB
Binary file not shown.
82.6 KB
Binary file not shown.
16.5 KB
Binary file not shown.

lv_src/Examples/PID Control.vi

33.6 KB
Binary file not shown.
71.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)