Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Syncleus
apex-aprs
Commits
79ed84df
Commit
79ed84df
authored
Oct 01, 2016
by
Jeffrey Phillips Freeman
💥
Browse files
removed raw serial puts.
parent
80bbcd58
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/kiss/kiss_serial.rb
View file @
79ed84df
...
@@ -30,9 +30,6 @@ module Kiss
...
@@ -30,9 +30,6 @@ module Kiss
protected
protected
def
read_interface
def
read_interface
read_data
=
@serial
.
read
(
@read_bytes
)
read_data
=
@serial
.
read
(
@read_bytes
)
if
read_data
!=
nil
p
read_data
end
if
read_data
if
read_data
return
read_data
.
chars
.
map
{
|
c
|
c
.
ord
}
return
read_data
.
chars
.
map
{
|
c
|
c
.
ord
}
else
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment