Skip to content

Instantly share code, notes, and snippets.

View rolandvs's full-sized avatar
💭
soldering, coding, debugging, coffee, repeat

roland rolandvs

💭
soldering, coding, debugging, coffee, repeat
View GitHub Profile
@rolandvs
rolandvs / uping.py
Created December 11, 2019 11:30 — forked from shawwwn/uping.py
µPing: Ping library for MicroPython
# µPing (MicroPing) for MicroPython
# copyright (c) 2018 Shawwwn <shawwwn1@gmail.com>
# License: MIT
# Internet Checksum Algorithm
# Author: Olav Morken
# https://github.com/olavmrk/python-ping/blob/master/ping.py
# @data: bytes
def checksum(data):
if len(data) & 0x1: # Odd number of bytes