pd-l2ork / pd

L2Ork version of Pure-Data real-time digital signal processing language developed and maintained at DISIS, Virginia Tech
http://l2ork.music.vt.edu
127 stars 63 forks source link

Fix broken submodules config. #37

Closed agraef closed 8 years ago

agraef commented 8 years ago

Fixes up the submodule config which apparently got hosed in commits ec05a90 and 498ff4a. Specifically, wiringPi is now correctly recognized as a submodule located at l2ork_addons/raspberry_pi/disis_gpio/wiringPi, and will be properly created and initialized with git clone --recursive, git update --init, etc. At least it works over here. :)