Sha256: 900497c6c0020f29561e2a0399017c939dcdb420944f9699540605af026dcad3
Contents?: true
Size: 465 Bytes
Versions: 2
Compression:
Stored size: 465 Bytes
Contents
/* ========================================================================= Ceedling - Test-Centered Build System for C ThrowTheSwitch.org Copyright (c) 2010-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ #ifndef _ADCHARDWARECONFIGURATOR_H #define _ADCHARDWARECONFIGURATOR_H void Adc_Reset(void); #endif // _ADCHARDWARECONFIGURATOR_H
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | assets/tests_with_preprocessing/src/adc_hardware_configuratorA.h |
ceedling-1.0.0 | assets/tests_with_preprocessing/src/adc_hardware_configuratorA.h |