Rename bilby rough_20 to rough_100

This commit is contained in:
Douglas Clowes
2014-02-19 17:20:16 +11:00
parent 4bfa758667
commit 867b783ab9
2 changed files with 20 additions and 20 deletions

View File

@@ -37,7 +37,7 @@ driver shutters = {
allowed = 'in,out'
property 'nxalias' = 'rough_40'
}
var rough_20 = {
var rough_100 = {
readable = 1;
read_function = read_switch_pair;
read_command = 'MG @IN[15], @IN[16]'
@@ -45,7 +45,7 @@ driver shutters = {
write_function = write_switch;
write_command = '11'
allowed = 'in,out'
property 'nxalias' = 'rough_20'
property 'nxalias' = 'rough_100'
}
};