Skip to content
Snippets Groups Projects
Select Git revision
  • b35ee46b2f5e7bcdebc32bebf76769a6ad367bfb
  • master default
  • labcomm2014
  • labcomm2006
  • python_sig_hash
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.6
  • v2015.0
  • v2014.5
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
21 results

labcomm.linkscript

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