Skip to main content

Python library to interface basic embedded modules like RFID, GPS, GSM, LCD (16x2), DC Motor

Project description

pyembedded

Python library to interface basic embedded modules like RFID, GPS, GSM, LCD (16x2), DC Motor

Installation:

Package can be installed via pip:

$ pip3 install pyembedded

Verify if it is installed:

$ import pyembedded $ pyembedded.__version__

RFID Usage:

$ from pyembedded.rfid_module.rfid import RFID

$ rfid = RFID(port=’COM3’, baud_rate=9600)

$ print(rfid.get_id())

Change Log

1.0 (12/6/2020)

  • First Release

1.12 (12/6/2020)

  • Added RFID module

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyembedded-1.12.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page