Newer
Older
ubScopin / sample / src / pecado.h
@Christopher W. Olsen Christopher W. Olsen on 16 May 2019 225 bytes Sample
#pragma once

#include <inttypes.h>

#ifdef __cplusplus
extern "C" {
#endif

int8_t isin(uint8_t angle);
int8_t icos(uint8_t angle);
void irotate(int* x, int* y, int ox, int oy, uint8_t angle);


#ifdef __cplusplus
}
#endif