Skip to content

Commit

Permalink
v1.6.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: PeterDHabermehl <[email protected]>
  • Loading branch information
PeterDHabermehl committed Dec 15, 2018
1 parent 53c2561 commit 4444a84
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Binary file modified startIDE.zip
Binary file not shown.
1 change: 1 addition & 0 deletions startIDE/.00_news
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
News<hr>
<b>v1.6.0(20181215):</b><br>official release of the array functions<hr>
v1.5.5:<br>LookUpTable added<hr>
v1.5.2:<br>QueryArray and webinterface for arrays<hr>
v1.5.1:<br>added array functions<hr>
Expand Down
1 change: 1 addition & 0 deletions startIDE/arrays/NTC2k_R.arr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
116; 147; 189; 246; 324; 434; 590; 816; 1151; 1655; 2000; 2431; 3657; 5642; 8947; 14615; 24651; 43040;
1 change: 1 addition & 0 deletions startIDE/arrays/NTC2k_T.arr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
120; 110; 100; 90; 80; 70; 60; 50; 40; 30; 25; 20; 10; 0; -10; -20; -30; -40;
4 changes: 2 additions & 2 deletions startIDE/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ author: Peter Habermehl
icon: icon.png
desc: Beginner IDE for simple models
html: index.py
url: https://github.com/PeterDHabermehl/startIDE/raw/master/ddoc/Manual_150_de.pdf
url: https://github.com/PeterDHabermehl/startIDE/raw/master/ddoc/Manual_160_de.pdf
exec: startide.py
managed: yes
uuid: 0e500e10-33ee-11e7-9598-0800200c9a66
version: 1.5.6
version: 1.6.0
firmware: >=0.9.3
[de]
desc: Einsteiger-IDE für einfache Modelle
Expand Down
1 change: 1 addition & 0 deletions startIDE/projects/c_NTC2k
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["# NTC2k", "Init R_in 0", "Init T_cels 0", "ArrayInit NTC2k_R", "ArrayLoad NTC2k_R byName ", "ArrayInit NTC2k_T", "ArrayLoad NTC2k_T byName ", "FromIn TXT 1 R R_in", "LookUpTable T_cels NTC2k_R linear NTC2k_T R_in", "QueryVar T_cels"]
4 changes: 2 additions & 2 deletions startIDE/startide.py
Original file line number Diff line number Diff line change
Expand Up @@ -8301,8 +8301,8 @@ def addCodeLine(self):
QCoreApplication.translate("addcodeline","Motor"),
QCoreApplication.translate("addcodeline","MotorPulsew."),
QCoreApplication.translate("addcodeline","MotorEnc"),
QCoreApplication.translate("addcodeline","MotorEncSync"),
QCoreApplication.translate("addcodeline","Servo")
QCoreApplication.translate("addcodeline","MotorEncSync")#,
#QCoreApplication.translate("addcodeline","Servo")
]
)
ftb.setTextSize(3)
Expand Down

0 comments on commit 4444a84

Please sign in to comment.