Help for this page

Select Code to Download


  1. or download this
    #inside a function
    Device::BCM2835::gpio_fsel ( Device::BCM2835::RPI_V2_GPIO_P1_12, Devic
    +e::BCM2835::BCM2835_GPIO_FSEL_ALT5 );
    
  2. or download this
    package Device::BCM2835;
    #some place later in a function
    gpio_fsel(RPI_V2_GPIO_P1_12, BCM2835_GPIO_FSEL_ALT5);