This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule NoSurprise.Protocol.H02 do | |
@moduledoc """ | |
H02 is a protocol used by many brands. This implementation has been tested on: | |
- SinoTrack ST-902L | |
""" | |
@behaviour NoSurprise.Protocol | |
import NimbleParsec |