Commit 1ea43e3f authored by Andreas Schmidt's avatar Andreas Schmidt
Browse files

Merge from arosa.

parent b2ee2ec7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
.vagrant/
rna.img.xz
__pycache__/
*.pyc
+6 −0
Original line number Diff line number Diff line
@@ -7,3 +7,9 @@
[submodule "salt/prrt/files/PRRT"]
	path = salt/prrt/files/PRRT
	url = git@git.nt.uni-saarland.de:LARN/PRRT.git
[submodule "salt/car/files/Adafruit-Motor-HAT-Python-Library"]
	path = salt/car/files/Adafruit-Motor-HAT-Python-Library
	url = https://github.com/adafruit/Adafruit-Motor-HAT-Python-Library.git
[submodule "salt/video/files/gst-prrt"]
	path = salt/video/files/gst-prrt
	url = git@git.nt.uni-saarland.de:LARN/gst-prrt.git
+3 −0
Original line number Diff line number Diff line
@@ -33,6 +33,9 @@ Vagrant.configure("2") do |config|
  # within the machine from a port on the host machine. In the example below,
  # accessing "localhost:8080" will access port 80 on the guest machine.

  config.vm.network "forwarded_port", guest: 4505, host: 4505
  config.vm.network "forwarded_port", guest: 4506, host: 4506

  # Create a private network, which allows host-only access to the machine
  # using a specific IP.
  # config.vm.network "private_network", ip: "192.168.33.10"

datasheets/HCSR04.pdf

0 → 100644
+78.7 KiB

File added.

No diff preview for this file type.

datasheets/PCA9685.pdf

0 → 100644
+399 KiB

File added.

No diff preview for this file type.

Loading