twinkl-esp/modules/include/spibang.h

18 lines
249 B
C
Raw Normal View History

2015-09-15 13:30:55 +02:00
#ifndef SPIBANG_H
#define SPIBANG_H
#include "ets_sys.h"
#include "osapi.h"
#include "gpio.h"
#include "os_type.h"
#include "pin_map.h"
void ICACHE_FLASH_ATTR spibang_init(void);
void ICACHE_FLASH_ATTR spibang_send_byte(uint8_t byte);
#endif