Skip to content
Snippets Groups Projects
Verified Commit 4bd382c4 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Added a bit of minor documentation

parent fb436a8b
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,11 @@ require 'apex/frame' ...@@ -3,6 +3,11 @@ require 'apex/frame'
module Apex module Apex
class AprsKiss class AprsKiss
##
# Creates a new AprsKiss encoder
#
# @param data_stream [Kiss::KissAbstract] The underlying data stream
# frames are written to.
protected protected
def initialize(data_stream) def initialize(data_stream)
@data_stream = data_stream @data_stream = data_stream
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment