added server config file
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
"run" : 0
|
||||
},
|
||||
"driver_board" :
|
||||
{ // todo new layout!
|
||||
{
|
||||
"todo": "new layout!",
|
||||
"i2c_address" : 32,
|
||||
"pin_base" : 65,
|
||||
"pin-select" :
|
||||
@@ -63,4 +64,4 @@
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
10
FlippR-Driver/contrib/json_example/server_config.json
Normal file
10
FlippR-Driver/contrib/json_example/server_config.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"input-config" :"../../contrib/json_example/input/Input_Pin_Config.json",
|
||||
"matrix-config" :"../../contrib/json_example/input/Input_Matrix_Config.json",
|
||||
"output-pin-config" :"../../contrib/json_example/output/Output_Pin_Config.json",
|
||||
"lamp-config" :"../../contrib/json_example/output/Lamp_Config.json",
|
||||
"solenoid-config" :"../../contrib/json_example/output/Solenoid_Config.json",
|
||||
"sound-config" :"../../contrib/json_example/output/Sound_Config.json",
|
||||
"display-config" :"../../contrib/json_example/output/Display_Config.json",
|
||||
"lamp-config" :"../../contrib/json_example/output/Lamp_Config.json"
|
||||
}
|
||||
Reference in New Issue
Block a user