Skip to content

Instantly share code, notes, and snippets.

View diegobernardes's full-sized avatar

Diego Bernardes diegobernardes

View GitHub Profile
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