Create std::units module (#6528)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -5,7 +5,7 @@ description: Variables in memory after executing walkie-talkie.kcl
|
||||
{
|
||||
"antenna": {
|
||||
"type": "Module",
|
||||
"value": 10
|
||||
"value": 11
|
||||
},
|
||||
"antennaBaseHeight": {
|
||||
"type": "Number",
|
||||
@ -74,7 +74,7 @@ description: Variables in memory after executing walkie-talkie.kcl
|
||||
},
|
||||
"body": {
|
||||
"type": "Module",
|
||||
"value": 8
|
||||
"value": 9
|
||||
},
|
||||
"button": {
|
||||
"type": "Function"
|
||||
@ -120,7 +120,7 @@ description: Variables in memory after executing walkie-talkie.kcl
|
||||
},
|
||||
"case": {
|
||||
"type": "Module",
|
||||
"value": 9
|
||||
"value": 10
|
||||
},
|
||||
"caseTolerance": {
|
||||
"type": "Number",
|
||||
@ -163,7 +163,7 @@ description: Variables in memory after executing walkie-talkie.kcl
|
||||
},
|
||||
"knob": {
|
||||
"type": "Module",
|
||||
"value": 12
|
||||
"value": 13
|
||||
},
|
||||
"knobDiameter": {
|
||||
"type": "Number",
|
||||
@ -330,7 +330,7 @@ description: Variables in memory after executing walkie-talkie.kcl
|
||||
},
|
||||
"talkButton": {
|
||||
"type": "Module",
|
||||
"value": 11
|
||||
"value": 12
|
||||
},
|
||||
"talkButtonHeight": {
|
||||
"type": "Number",
|
||||
|
||||
Reference in New Issue
Block a user