Radio Control Receiver Interface XB RC Receiver Interface XB A radio control receiver interface XB (RC XB) reads PWM signals destined for servos and outputs at a 16 bit integer – representing the pulsewidth in microseconds. This can be thought of as the inverse...
Random Number Generator XB Random Number Generator (LFSR) XB The Random Number Generator XB provies a pseudo-random 8-bit number using a Linear Feedback Shift Register (LFSR). This XB was originally created as a simple block to use as an example with our OpenXLR8...
Enhanced Analog-to-Digital Converter XB Turn it up to 12! The Enhanced Analog-to-Digital Converter (ADC) XB improves sampling performance and conversion results over the standard Arduino ADC. With the ADC XB, you can sustain a 12-bit output resolution and can achieve...
Servo Control XB Eliminate Servo Jitter from Your Project! Servo control is a very common function that Arduino boards perform in a lot of projects. Robots, drones, actuators, and a variety of mechanized motion solutions are driven by servo motors. Arduino boards...
Floating Point XB Floating Point Math Floating point arithmetic is a known challenge for 8-bit microcontroller-based Arduino and Arduino-compatible solutions. The execution of intense mathematical computation can cause significant performance problems with small...