Created
August 16, 2015 13:19
-
-
Save tdack/f54ba94b816afe285cc6 to your computer and use it in GitHub Desktop.
pendulum.cpp
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
ofstream fSlots; | |
fSlots.open(SLOTS); | |
fSlots << "ADAFRUIT-UART2" << std::endl; | |
fSlots << "PyBBIO-epwmss0" << std::endl; | |
fSlots << "PyBBIO-eqep0" << std::endl; | |
fSlots << "PyBBIO-epwmss1" << std::endl; | |
fSlots << "PyBBIO-eqep1" << std::endl; | |
fSlots.close(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment