|
|
@ -16,10 +16,9 @@
|
|
|
|
with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __AVR__
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef twi_h
|
|
|
|
#ifdef __AVR__
|
|
|
|
#define twi_h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef KALEIDOSCOPE_VIRTUAL_BUILD
|
|
|
|
#ifndef KALEIDOSCOPE_VIRTUAL_BUILD
|
|
|
|
|
|
|
|
|
|
|
@ -56,4 +55,3 @@ void twi_releaseBus(void);
|
|
|
|
|
|
|
|
|
|
|
|
#endif // ifndef KALEIDOSCOPE_VIRTUAL_BUILD
|
|
|
|
#endif // ifndef KALEIDOSCOPE_VIRTUAL_BUILD
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|