+ 8
This is a Q & A for all beginners regarding ruby. Any queries, just post them and I or another user will answer. Happy days😁
5 Respostas
+ 11
good Q!+++
+ 10
wow.excellent
+ 9
all Q about buby??
+ 2
yes
+ 1
Hi, just curious about a way to deal with inputs and outputs in Ruby.
I know we can input/output to a file. But what about checking a binary value of a switch and sending it straight to a port or LED.
similar to copying a value from port A, btfss'ing it and sending it to port b to display.
Is the only way to do this with an interface panel? and if so at which point does the binary switch value become a value in a file that ruby can access?
Sorry coming from microcontrollers and assembly language to Python/Ruby and trying to fill in the blanks