Skip to main content
Sign in
Snippets Groups Projects
Select Git revision
  • 0db3c5480bba20f58d748138993bb259624cc00f
  • master default protected
  • julia1
  • device_rewrite
  • bufferandcomedi
  • v0.1.0
6 results

testBB.jl

Blame
  • 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")