Versions in this module Expand all Collapse all v1 v1.3.0 Oct 8, 2024 v1.2.0 Jul 4, 2024 Changes in this version + type Fifo struct + func NewFifo(size uint16) *Fifo + func (f *Fifo) AltBegin(offset int) int + func (f *Fifo) AltFinish(crc *crc.CRC16) + func (f *Fifo) AltGetOccupied() int + func (f *Fifo) AltRead(buffer []byte) int + func (f *Fifo) GetOccupied() int + func (f *Fifo) GetSpace() int + func (f *Fifo) Read(buffer []byte, eof *bool) int + func (f *Fifo) Reset() + func (f *Fifo) Write(buffer []byte, crc *crc.CRC16) int