Sha256: 1a53c7ae552985718c8eccd4c5803a4e9f72b068edfeac8f560e6e5c304a0d77
Contents?: true
Size: 289 Bytes
Versions: 17
Compression:
Stored size: 289 Bytes
Contents
#ifndef _ADCCONDUCTOR_H #define _ADCCONDUCTOR_H #include "Types.h" void AdcConductor_Init(void); void AdcConductor_Run(void); bool AdcConductor_JustHereToTest(void); bool AdcConductor_AlsoHereToTest(void); bool AdcConductor_YetAnotherTest(void); #endif // _ADCCONDUCTOR_H
Version data entries
17 entries across 17 versions & 1 rubygems