directory
0.0.0-20211205205814-168ccc21e67c
Repository: https://github.com/ziutek/emgo.git
Documentation: pkg.go.dev
# Packages
Package bits implements functions for the manipulation of bits in machine word.
Copyright 2009 The Go Authors.
Package bytes implements functions for the manipulation of byte slices.
Package delay implements platform independent delays in code execution.
Package errors implements functions to manipulate errors.
Package fmt implements formatted I/O with functions analogous to C's printf and scanf.
Package math provides basic constants and mathematical functions.
Package mmio provides data types that can be used to access memory mapped registers of peripherals.
Package nbl provides various non-blocking algorithms.
Package reflect implements simple run-time reflection.
Package rtos provides a platform-independent interface to real-time/embeded operating systems functionality.
Package strconv implements conversions to and from string representations of basic data types.
Package sync provides basic synchronization primitives.
Package syscall contains low-level interface to operating system.
Package time provides functionality for measuring and displaying time.