Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed DMX TextLCD mbed-rtos
main.h
- Committer:
- Ayrton_L
- Date:
- 2016-03-09
- Revision:
- 19:e8b826ab28a8
- Parent:
- 18:8deebaf09ba3
- Child:
- 20:bcaba3ecc235
File content as of revision 19:e8b826ab28a8:
#ifndef MAIN_H
#define MAIN_H
#define _CRT_SECURE_NO_WARNINGS
#include "mbed.h"
#include "stdint.h"
#define DMX_CHANNELS 512
uint8_t I8_Data1[DMX_CHANNELS];
uint8_t I8_Data2[DMX_CHANNELS];
uint8_t I8_Data3[DMX_CHANNELS];
#include "DMX.h"
#include "ArtNet.h"
#include "Screen.h"
/*void V_Powerup();
void V_ShowSTDMenuScreen();*/
#endif