App-Device-Chip-UI

 view release on metacpan or  search on metacpan

lib/App/Device/Chip/UI/GPIOBox.pm  view on Meta::CPAN


         # HI
         $_levelbuttons{$gpio}[0]->set_style_tag(
            read => !!$bitval,
         );
         # LO
         $_levelbuttons{$gpio}[1]->set_style_tag(
            read =>  !$bitval,
         );
      }
   })->get; # Yes, synchronous
}

0x55AA;



( run in 0.232 second using v1.01-cache-2.11-cpan-0d8aa00de5b )