Skip to content
Snippets Groups Projects
Select Git revision
  • a13422fe2b044b26b667f4e045ce8cfedd6ec647
  • 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

i2cbitbang1.h

  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    i2cbitbang1.h 262 B
    #ifndef i2cbitbang1_H
    #define i2cbitbang1_H
    #include "../structs.h"
    #include "drvbase.h"
    #include "i2c_array.h"
    
    class c_i2cbitbang1 : public drvbase {
        public:
        c_i2cbitbang1(const t_driver config1);
        c_i2c_array* parent;
    
    
    
        private:
        
    };
    #endif