Help for this page

Select Code to Download


  1. or download this
    spek@sequoia ~/repos/rpi-dac-mcp4922 $ make test
    
    ...
    #   Failed test 'use RPi::DAC::MCP4922;'
    #   at t/00-load.t line 10.
    #     Tried to use 'RPi::DAC::MCP4922'.
    
  2. or download this
    #     Error:  Can't load '/home/spek/perl5/perlbrew/perls/perl-5.24.1/
    +lib/site_perl/5.24.1/x86_64-linux/auto/WiringPi/API/API.so' for modul
    +e WiringPi::API: /usr/local/lib/libwiringPi.so: undefined symbol: shm
    +_open at /home/spek/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/XSLoa
    +der.pm line 96.
    
  3. or download this
    #  at /home/spek/perl5/perlbrew/perls/perl-5.24.1/lib/site_perl/5.24.1
    +/x86_64-linux/WiringPi/API.pm line 9.
    # Compilation failed in require at /home/spek/repos/rpi-dac-mcp4922/bl
    +ib/lib/RPi/DAC/MCP4922.pm line 9.
    ...
    FAILED--Further testing stopped.
    Makefile:1029: recipe for target 'test_dynamic' failed
    make: *** [test_dynamic] Error 1
    
  4. or download this
    spek@sequoia ~/repos/rpi-dac-mcp4922 $ prove t/*.t
    
    ...
    All tests successful.
    Files=4, Tests=1,  1 wallclock secs ( 0.05 usr  0.00 sys +  0.23 cusr 
    + 0.02 csys =  0.30 CPU)
    Result: PASS