This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/****************************************************************************/ | |
/* AM335x_PRU.cmd */ | |
/* Copyright (c) 2015 Texas Instruments Incorporated */ | |
/* */ | |
/* Description: This file is a linker command file that can be used for */ | |
/* linking PRU programs built with the C compiler and */ | |
/* the resulting .out file on an AM335x device. */ | |
/****************************************************************************/ | |
-cr /* Link using C conventions */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Runs perfectly using Python 2.7.3 on Raspian. | |
# GPSD Official Documentation: | |
# http://www.catb.org/gpsd/gpsd_json.html | |
# Original GpsPoller script by Dan Mandle: | |
# http://www.danmandle.com/blog/getting-gpsd-to-work-with-python/ | |
# Original readCoordinates funtion by recantha: | |
# https://github.com/recantha/picorder-v3/blob/master/picorder.py | |
# Additional modifications by Jacob Ilkka: | |
# http://blog.jacobilkka.com/python-gps-data-writer/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var b = require('bonescript'); | |
var step = (function() { | |
var M1 = 1; | |
var M2 = 4; | |
var state = 0; | |
var enabled = 0; | |
return function(direction) { | |
if(!enabled) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collecting pusher | |
Downloading pusher-1.7.2.tar.gz (155kB) | |
100% |████████████████████████████████| 163kB 51kB/s | |
Collecting six (from pusher) | |
Downloading six-1.11.0-py2.py3-none-any.whl | |
Collecting requests>=2.3.0 (from pusher) | |
Downloading requests-2.18.4-py2.py3-none-any.whl (88kB) | |
100% |████████████████████████████████| 92kB 93kB/s | |
Collecting urllib3 (from pusher) | |
Downloading urllib3-1.22-py2.py3-none-any.whl (132kB) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/****************************************************************************/ | |
/* AM335x_PRU.cmd */ | |
/* Copyright (c) 2015 Texas Instruments Incorporated */ | |
/* */ | |
/* Description: This file is a linker command file that can be used for */ | |
/* linking PRU programs built with the C compiler and */ | |
/* the resulting .out file on an AM335x device. */ | |
/****************************************************************************/ | |
-cr /* Link using C conventions */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Runs perfectly using Python 2.7.3 on Raspian. | |
# GPSD Official Documentation: | |
# http://www.catb.org/gpsd/gpsd_json.html | |
# Original GpsPoller script by Dan Mandle: | |
# http://www.danmandle.com/blog/getting-gpsd-to-work-with-python/ | |
# Original readCoordinates funtion by recantha: | |
# https://github.com/recantha/picorder-v3/blob/master/picorder.py | |
# Additional modifications by Jacob Ilkka: | |
# http://blog.jacobilkka.com/python-gps-data-writer/ |