MAXREFDES63# Code Documentation
V01.00
8-Channel Digital Output MicroPLC
|
#include "stm32f10x.h"
#include "stm32f10x_gpio.h"
#include "stm32f10x_rcc.h"
#include "stm32f10x_usart.h"
#include "stm32f10x_spi.h"
#include "init_config.h"
#include "menu.h"
#include "utilities.h"
#include "max14900e.h"
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | MAJOR_REVISION 01 |
#define | MINOR_REVISION 00 |
Functions | |
int | main (void) |
Main function for MAXREFDES63. | |
******************************************************
Project: MAXREFDES63# Filename: main.c Description: This module contains the Main application for the MAXREFDES63 example program.
Revision History:
09-16-14 Rev 01.00 GL Initial release.
This code follows the following naming conventions:
char ch_pmod_value
char (array) s_pmod_string[16]
float f_pmod_value
int n_pmod_value
int (array) an_pmod_value[16]
u16 u_pmod_value
u16 (array) au_pmod_value[16]
u8 uch_pmod_value
u8 (array) auch_pmod_buffer[16]
unsigned int un_pmod_value
int * pun_pmod_value
Definition in file main.c.