no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
parameters.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef PARAMETERS_H
35#define PARAMETERS_H
36
37#define BUF_LENGTH 32U
38#define SPI_DEVICE_ID 0U
39#define GPIO_OFFSET 54U
40
41#define NREADY_PIN GPIO_OFFSET + 32U
42#define GPIO_IRQ_ID 52U
43
44#endif