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
Release history Release notifications | RSS feed
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)