FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
devices Namespace Reference

Defines all API for all external devices supported by FastArduino. More...

Namespaces

namespace  audio
 Defines API for audio tones (square waves) generation and simple melodies playing.
 
namespace  display
 Defines generic API for all display devices.
 
namespace  magneto
 Defines API for magnetic sensors for direction, speed and acceleration properties.
 
namespace  mcp230xx
 Defines the API for MCP23008/MCP23017 chips support.
 
namespace  mcp3x0x
 Defines the API for MicroChip ADC chips family support.
 
namespace  protocols
 Defines utility classes to implement various protocols used in several devices, like Wiegand.
 
namespace  rf
 Defines the API for radio-frequency (wireless) communication support.
 
namespace  rfid
 This namespace contains classes to support various RFID devices.
 
namespace  rtc
 Defines API for Real-Time Clock chips usage.
 
namespace  servo
 Defines the API for servomotor support.
 
namespace  sonar
 Defines the API for sonar support.
 
namespace  vl53l0x
 Defines API for VL53L0X Time-of-Flight ranging sensor chip usage.
 

Classes

class  SIPO
 This template class supports one SIPO chip, connected to the MCU through 3 pins. More...
 
class  WinBond
 SPI device driver for WinBond flash memory chips, like W25Q80BV (8 Mbit flash). More...
 

Detailed Description

Defines all API for all external devices supported by FastArduino.

Most devices support API, but not all, define their own namespace within devices namespace.