From: https://www.sensorsiot.org/install-rtl_433-for-a-sdr-rtl-dongle-on-a-raspberry-pi/
sudo apt-get install git git-core cmake libusb-1.0-0-dev
build-essential
git clone git://git.osmocom.org/rtl-sdr.gitFrom: https://www.sensorsiot.org/install-rtl_433-for-a-sdr-rtl-dongle-on-a-raspberry-pi/
sudo apt-get install git git-core cmake libusb-1.0-0-dev
build-essential
git clone git://git.osmocom.org/rtl-sdr.git| """ | |
| Modified by Jay Johnson 2015, J Tech Photonics, Inc., jtechphotonics.com | |
| modified by Adam Polak 2014, polakiumengineering.org | |
| based on Copyright (C) 2009 Nick Drobchenko, [email protected] | |
| based on gcode.py (C) 2007 hugomatic... | |
| based on addnodes.py (C) 2005,2007 Aaron Spike, [email protected] | |
| based on dots.py (C) 2005 Aaron Spike, [email protected] | |
| based on interp.py (C) 2005 Aaron Spike, [email protected] | |
| based on bezmisc.py (C) 2005 Aaron Spike, [email protected] |
| using UnityEngine; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEditor; | |
| using System.Linq; | |
| using System.Reflection; | |
| using UnityEngine.SceneManagement; | |
| public class CheckNullReferences { |