mirror of
https://github.com/Valeh2012/PersonalVotingMachine
synced 2025-12-08 18:15:11 +02:00
first commit
This commit is contained in:
11
basic-setup/components/u8g2/sys/avr/avr-libc/lib/u8x8_avr.h
Normal file
11
basic-setup/components/u8g2/sys/avr/avr-libc/lib/u8x8_avr.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef U8X8_AVR_H_
|
||||
#define U8X8_AVR_H_
|
||||
|
||||
#include <u8g2.h>
|
||||
#include <stdint.h>
|
||||
|
||||
uint8_t u8x8_byte_avr_hw_spi(u8x8_t * u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr);
|
||||
uint8_t u8x8_byte_avr_hw_i2c(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr);
|
||||
uint8_t u8x8_avr_delay(u8x8_t * u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr);
|
||||
|
||||
#endif /* U8X8_AVR_H_ */
|
||||
Reference in New Issue
Block a user