Skip to content

Advanced SNAPpy includes for Synapse SNAP modules based on the ATmega128RFA1.

License

Notifications You must be signed in to change notification settings

synapse-wireless/snappy-atmega

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced SNAPpy Includes for the ATmega128RFA1

snappyatmega is a SNAPpy library that extends the functionality of Synapse SNAP modules that utilize the ATmega128RFA1.

Installation

For use in Portal

Download and extract the latest release zip file to Portal's snappyImages directory. By default, this is located at ...\Documents\Portal\snappyImages on Windows.

For use with SNAPbuild

The easiest way to install snappyatmega for use with SNAPbuild is using pip:

pip install git+https://github.com/synapse-wireless/snappy-atmega.git@master

Alternatively you can download the source, extract it, and install it:

python setup.py install

Usage

To use the snappyatmega library functions either import the entire library:

from snappyatmega import *

or import just the parts you need:

from snappyatmega.math import *
from snappyatmega.rtc import *
from snappyatmega.timers import *
from snappyatmega.sensors import *

License

Copyright © 2016 Synapse Wireless, licensed under the Apache License v2.0.

About

Advanced SNAPpy includes for Synapse SNAP modules based on the ATmega128RFA1.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages