Skip to content
Snippets Groups Projects
Select Git revision
  • 7bef099e23ffa27a4fbd42f93ba4856e0dfd3724
  • master default protected
  • dither_on_off_disabled
  • yocto
  • pypcc2
  • pypcc3
  • 2020-12-07-the_only_working_copy
  • v2.1
  • v2.0
  • v1.0
  • v0.9
  • Working-RCU_ADC,ID
  • 2020-12-11-Holiday_Season_release
13 results

gpio.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    gpio.py 172 B
    #import numpy as np
    from .hwdev import hwdev;
    import logging
    class gpio(hwdev):
      def __init__(self,config):
        hwdev.__init__(self,config);
        logging.info("gpio todo")