MAXREFDES63# Code Documentation  V01.00
8-Channel Digital Output MicroPLC
 All Files Functions Variables Macros Pages
max14900e.h
Go to the documentation of this file.
1 
34 /*
35 * Copyright (C) 2012 Maxim Integrated Products, Inc., All Rights Reserved.
36 *
37 * Permission is hereby granted, free of charge, to any person obtaining a
38 * copy of this software and associated documentation files (the "Software"),
39 * to deal in the Software without reps_striction, including without limitation
40 * the rights to use, copy, modify, merge, publish, dips_stribute, sublicense,
41 * and/or sell copies of the Software, and to permit persons to whom the
42 * Software is furnished to do so, subject to the following conditions:
43 *
44 * The above copyright notice and this permission notice shall be included
45 * in all copies or substantial portions of the Software.
46 *
47 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
48 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
49 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
50 * IN NO EVENT SHALL MAXIM INTEGRATED PRODUCTS BE LIABLE FOR ANY CLAIM, DAMAGES
51 * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
52 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
53 * OTHER DEALINGS IN THE SOFTWARE.
54 *
55 * Except as contained in this notice, the name of Maxim Integrated Products
56 * shall not be used except as stated in the Maxim Integrated Products
57 * Branding Policy.
58 *
59 * The mere transfer of this software does not imply any licenses
60 * of trade secrets, proprietary technology, copyrights, patents,
61 * trademarks, maskwork rights, or any other form of intellectual
62 * property whatsoever. Maxim Integrated Products retains all ownership rights.
63 *
64 ***************************************************************************/
65 
66 #ifndef MAXIM_DEVICE_SPECIFIC_UTILITIES_H_
67 #define MAXIM_DEVICE_SPECIFIC_UTILITIES_H_
68 
69 #include "stm32f10x.h"
70 
71 uint16_t maxim_set_output(uint16_t u_value);
72 void maxim_max14900e_init(void);
73 
74 
75 #endif /* MAXIM_DEVICE_SPECIFIC_UTILITIES_H_ */