If you miss the days when you used Basic on your classic computer or wrote embedded software with a Basic Stamp, then maybe dust off your Arduino UNO or any similar AVR board and try nanoBASIC_UNO ...
I have tried to create a library for the ADXL345 which is easy to use for people who don't want to deal with all the registers. Therefore I have added lots example sketches which will enable you to ...
Before putting the service into use, the first step is to add files to your OneDrive. The simplest way to do this from your PC is to download OneDrive and drag the files into the OneDrive folder. When ...
This library gives easy control over the 16 pins of a TCA9555 device. The pins can be used for INPUT (default) and OUTPUT, and allow to set polarity. The pins can be set per single pin, or with a mask ...
Abstract: Nowadays there are many hardware communications protocols to choose from, UART, SPI, I2C three protocols are the most representative, they are widely used. They have different ...