FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  fastarduino
  boards
  devices
  tests
 abi.cpp
 analog_comparator.hAnalog Comparator API
 analog_input.hAnalog Input API
 array.h
 bits.hUseful bits manipulation utilities
 defines.hUseful defines GCC specific attributes
 dynamic_allocation.cpp
 eeprom.hAPI to handle EEPROM access in read and write modes
 empty_streams.hEmpty version of streams API, useful when you want to introduce traces that you can easily disable without adding preprocessor conditional compilation everywhere traces are output
 errors.hCommon errors definition
 events.hSupport for events management
 flash.hFlash memory utilities
 functors.hUseful functors that can be used as template arguments, particularly in I2C device utilities
 future.hUtility API to handle the concept of futures
 gpio.hGeneral Purpose (digital) Input Output API
 i2c.hI2C API common definitions
 i2c_debug.cpp
 i2c_debug.hI2C debugging utilities (useful when implementing support for new devices)
 i2c_device.hI2C Device API
 i2c_device_utilities.hVarious utilities to use for I2C Device support developers
 i2c_handler.hCommon I2C Manager API
 i2c_handler_atmega.hATmega I2C Manager API
 i2c_handler_attiny.hATtiny I2C Manager API
 i2c_handler_common.cpp
 i2c_handler_common.hCommon I2C Manager API
 i2c_status.hI2C status hook utilities
 initializer_list.h
 int.hGeneral API for handling External Interrupt pins
 interrupts.hGeneral API for handling AVR interrupt vectors
 iomanip.hC++-like std::iostream facilities
 ios.hC++-like std::iostream facilities
 iterator.hUtilities to convert arrays into an iterable (usable if for x: list construct)
 linked_list.cpp
 linked_list.hUtility API to handle linked list containers
 main.cpp
 memory.hUtilities to check memory usage
 move.h
 pci.hGeneral API for handling Pin Change Interrupts
 power.cpp
 power.hSimple power support for AVR MCU
 power_internals.cpp
 pulse_timer.hPulseTimer API
 pwm.hPWM API
 queue.hUtility API to handle ring-buffer queue containers
 realtime_timer.hReal-time Timer API
 scheduler.hSupport for jobs scheduling
 soft_uart.hSoftware-emulated serial API
 spi.cpp
 spi.hSPI support for AVR MCU
 square_wave.hSquareWave API, an API to generate square waves of any frequency
 streambuf.hC++-like std::iostream facilities
 streams.cpp
 streams.hC++-like std::iostream facilities
 time.cpp
 time.hSimple time utilities
 timer.hTimer API
 types_traits.hUseful traits for common types
 uart.hHardware serial API
 uart_commons.hCommon definitions for serial API
 utilities.hGeneral utilities API that have broad application in programs
 watchdog.hWatchdog API