sketchbook
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Namespace List
Namespace Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
Variables
rf-id-control Namespace Reference
Variables
dictionary
actions
tuple
ser
string
out
= ''
list
tag
=
out
[1:-3]
Variable Documentation
dictionary rf-id-control.actions
Initial value:
1
= {
2
"7C00568674D8"
: (
'shutdown'
,
"echo -shutdown-"
),
3
#"7C00568674D8": ('shutdown', "sudo shutdown -h now"),
4
"7C00564A7212"
: (
'restart'
,
"echo -restart-"
),
5
#"7C00564A7212": ('restart', "sudo shutdown -r now"),
6
}
string rf-id-control.out = ''
tuple rf-id-control.ser
Initial value:
1
= serial.Serial(
2
port=
'/dev/ttyUSB0'
,
3
baudrate=9600,
4
parity=serial.PARITY_ODD,
5
stopbits=serial.STOPBITS_TWO,
6
bytesize=serial.SEVENBITS
7
)
list rf-id-control.tag =
out
[1:-3]
Generated on Mon Jun 24 2019 21:30:39 for sketchbook by
1.8.6