summary refs log tree commit diff
path: root/F2024/coe718/labs/lab1/Boards/Keil/MCB1700/Blinky_ULp/Blinky.h
blob: d727bcd8d235eed29920b9f746022641cef2d947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*------------------------------------------------------------------------------
 * Example header Blinky module
 * Copyright (c) 2019-2020 Arm Limited (or its affiliates). All rights reserved.
 *------------------------------------------------------------------------------
 * Name:    Blinky.h
 * Purpose: Blinky header 
 *----------------------------------------------------------------------------*/

/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __BLINKY_H
#define __BLINKY_H

#include <stdint.h>

/* Global variables exported */
extern volatile uint8_t clock_1s;
extern uint16_t ADC_last;

#endif /* __BLINKY_H */