Skip to content
Snippets Groups Projects
Select Git revision
  • 12e1d3f67ff876f49a5d290509210edbd2d72d2d
  • master default protected
  • julia1
  • device_rewrite
  • bufferandcomedi
  • v0.1.0
6 results

GPIO.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")