Introduction
This library provides FeatherWing specific classes for those that require a significant amount of initialization.
Dependencies
These drivers depends on:
Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle and highly recommended over installing each one.
Installing from PyPI
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:
pip3 install adafruit-circuitpython-featherwing
To install system-wide (this may be required in some cases):
sudo pip3 install adafruit-circuitpython-featherwing
To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-featherwing
Documentation
API documentation for this library can be found on Read the Docs.
For information on building library documentation, please check out this guide.
Contributing
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
Table of Contents
Examples
API Reference
adafruit_featherwing.alphanum_featherwing
AlphaNumFeatherWing
adafruit_featherwing.dotstar_featherwing
DotStarFeatherWing
adafruit_featherwing.gps_featherwing
GPSFeatherWing
GPSFeatherWing.altitude
GPSFeatherWing.fix_quality
GPSFeatherWing.has_fix
GPSFeatherWing.height_geoid
GPSFeatherWing.horizontal_dilution
GPSFeatherWing.latitude
GPSFeatherWing.longitude
GPSFeatherWing.read()
GPSFeatherWing.satellites
GPSFeatherWing.send_command()
GPSFeatherWing.speed_knots
GPSFeatherWing.speed_kph
GPSFeatherWing.speed_mph
GPSFeatherWing.timestamp
GPSFeatherWing.track_angle
GPSFeatherWing.update()
adafruit_featherwing.ina219_featherwing
INA219FeatherWing
adafruit_featherwing.joy_featherwing
JoyFeatherWing
adafruit_featherwing.keyboard_featherwing
KeyboardFeatherwing
adafruit_featherwing.matrix_featherwing
MatrixFeatherWing
adafruit_featherwing.minitft_featherwing
Buttons
MiniTFTFeatherWing
adafruit_featherwing.neopixel_featherwing
NeoPixelFeatherWing
adafruit_featherwing.rtc_featherwing
RTCFeatherWing
RTCFeatherWing.datetime
RTCFeatherWing.day
RTCFeatherWing.get_month_days()
RTCFeatherWing.hour
RTCFeatherWing.is_leap_year()
RTCFeatherWing.minute
RTCFeatherWing.month
RTCFeatherWing.now
RTCFeatherWing.second
RTCFeatherWing.set_date()
RTCFeatherWing.set_time()
RTCFeatherWing.unixtime
RTCFeatherWing.weekday
RTCFeatherWing.year
adafruit_featherwing.sevensegment_featherwing
SevenSegmentFeatherWing
adafruit_featherwing.tempmotion_featherwing
TempMotionFeatherWing
TempMotionFeatherWing.acceleration
TempMotionFeatherWing.configuration
TempMotionFeatherWing.data_rate
TempMotionFeatherWing.disable_freefall_detection()
TempMotionFeatherWing.disable_motion_detection()
TempMotionFeatherWing.disable_tap_detection()
TempMotionFeatherWing.enable_freefall_detection()
TempMotionFeatherWing.enable_motion_detection()
TempMotionFeatherWing.enable_tap_detection()
TempMotionFeatherWing.events
TempMotionFeatherWing.range
TempMotionFeatherWing.status
TempMotionFeatherWing.temperature
adafruit_featherwing.tft_featherwing_24
TFTFeatherWing24
adafruit_featherwing.tft_featherwing_35
TFTFeatherWing35
Related Products