MAXREFDES63# Code Documentation  V01.00
8-Channel Digital Output MicroPLC
 All Files Functions Variables Macros Pages
max14900e.h File Reference
#include "stm32f10x.h"

Go to the source code of this file.

Functions

uint16_t maxim_set_output (uint16_t u_value)
 Set output.
 
void maxim_max14900e_init (void)
 Initialize the MAX14900E.
 

Function Documentation

void maxim_max14900e_init ( void  )

Initialize the MAX14900E.

Parameters
None
Return values
None

Definition at line 70 of file max14900e.c.

uint16_t maxim_set_output ( uint16_t  u_value)

Set output.

Parameters
[in]u_value- contains output data and configuration data
Return values
None

Definition at line 85 of file max14900e.c.