Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
lib/kiss/kiss_serial.rb
lib/kiss/kiss_serial.rb
+0
-3
No files found.
lib/kiss/kiss_serial.rb
View file @
79ed84df
...
...
@@ -30,9 +30,6 @@ module Kiss
protected
def
read_interface
read_data
=
@serial
.
read
(
@read_bytes
)
if
read_data
!=
nil
p
read_data
end
if
read_data
return
read_data
.
chars
.
map
{
|
c
|
c
.
ord
}
else
...
...
Write
Preview
Markdown
is supported
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