Select Git revision
labcomm.linkscript
testBB.jl 341 B
using LabConnections
using Test
# This flag is enabled if a dummy filesystem should be used for testing (for online testing)
# disabling the flag allows the BBB to be run in the loop, in this case blinking LEDS
RUNNING_TESTS = true
include("BeagleBone/SYS_LED_test.jl")
include("BeagleBone/PWM_test.jl")
include("BeagleBone/GPIO_test.jl")