This file contains hidden or 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
#include <LiquidCrystal.h> | |
#include <SVDRest.h> | |
#include <stdlib.h> | |
LiquidCrystal lcd(12, 11, 5, 4, 3, 2); | |
#define REDPIN 5 | |
#define GREENPIN 6 | |
#define BLUEPIN 3 | |
#define FADESPEED 5 // make this higher to slow down |
This file contains hidden or 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
Exception in thread StompReceiverThread-1: | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner | |
self.run() | |
File "/usr/lib/python2.7/threading.py", line 754, in run | |
self.__target(*self.__args, **self.__kwargs) | |
File "/home/kolkmeierj/.virtualenvs/duet/local/lib/python2.7/site-packages/stomp/transport.py", line 335, in __receiver_loop | |
self.process_frame(f, frame) | |
File "/home/kolkmeierj/.virtualenvs/duet/local/lib/python2.7/site-packages/stomp/transport.py", line 188, in process_frame | |
self.notify(frame_type, f.headers, f.body) |
We can't make this file beautiful and searchable because it's too large.
This file contains hidden or 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
name,syl,latitude,longitude | |
Zimmerstetten,stetten,48.89347,10.32996 | |
Wullenstetten,stetten,48.31737,10.06999 | |
Wortelstetten,stetten,48.58865,10.75075 | |
Wolpertstetten,stetten,48.66111,10.61495 | |
Wolferstetten,stetten,49.64256,9.52444 | |
Wolferstetten,stetten,48.03333,12.68333 | |
Wippstetten,stetten,48.51513,12.37627 | |
Winterstetten,stetten,48.56444,12.39866 | |
Winterstetten,stetten,47.76374,10.09969 |
OlderNewer