Allows the user to view specific bits of a value, write specific bits of a value, and fill entire bits of a value. See the subroutine comments for more information ...
BoeBotBasic is a modified version of FemtoBasic designed to run on a Protoboard on a BOE-BOT chassis. It supports the wheel servos and a PING bracket servo, a PING sensor, ...
General PBASIC functionality library, written in Spin, that mimics and extends many popular BS2 functions: COUNT, DEBUG, DEBUGIN, FREQOUT, PAUSE, PULSOUT, PULSIN, PWM, RCTIME, SEROUT, SERIN, SHIFTOUT, SHIFTIN.
An implementation of a singly linked list using malloc. User needs a "..\output" directory for this project to work as is. Cosmetic update forgot MIT liscense stuff.
An implementation of a timer process manager for adding multiple procedures to a cog using a singly linked list and malloc. User needs a "..\output" directory for this project to ...
Provides clock timing functions to: * Set clock mode/frequency at run-time using the same clock setting constants as with _CLKMODE, * Pause execution in units of microseconds, ...