-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcyfitter_cfg.h
29 lines (22 loc) · 924 Bytes
/
cyfitter_cfg.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*******************************************************************************
* FILENAME: cyfitter_cfg.h
*
* PSoC Creator 3.2
*
* DESCRIPTION:
* This file provides basic startup and mux configration settings
* This file is automatically generated by PSoC Creator.
*
********************************************************************************
* Copyright (c) 2007-2015 Cypress Semiconductor. All rights reserved.
* You may use this file only in accordance with the license, terms, conditions,
* disclaimers, and limitations in the end user license agreement accompanying
* the software package with which this file was provided.
********************************************************************************/
#ifndef CYFITTER_CFG_H
#define CYFITTER_CFG_H
#include "cytypes.h"
extern void cyfitter_cfg(void);
/* Analog Set/Unset methods */
#endif /* CYFITTER_CFG_H */
/*[]*/