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.
Fork of LGstaandart by
Global.h
- Committer:
- igor_v
- Date:
- 2016-01-30
- Revision:
- 1:f2adcae3d304
- Parent:
- 0:8ad47e2b6f00
- Child:
- 13:e2a1d18677b8
File content as of revision 1:f2adcae3d304:
#ifndef Global_H #define Global_H #include "LPC17xx.h" #include "mathDSP.h" #include "InputOutput.h" #include "CyclesSync.h" #include "CntrlGLD.h" #include "stdlib.h" #include "SIP.h" #include "CntrlGLD.h" #include "Parameters.h" #include "el_lin.h" #include "CntrlGLD.h" #include "CntrlGLD.h" #include "commandset.h" #include "el_lin.h" #include "CyclesSync.h" #include "Parameters.h" #include "Dither_Reg.h" #include "commandset.h" #include "CntrlGLD.h" #include "InputOutput.h" #include "stdlib.h" #include "console.h" #include "vibro.h" #include "QEI.h" #include "MTimer.h" #include "SPI.h" #include "uart_m.h" #include "Command.h" #include "mathDSP.h" #include "CntrlGLD.h" #include "CyclesSync.h" #include "dspfns.h" #include "SIP.h" #include "el_lin.h" #include "InputOutput.h" #include "CyclesSync.h" #include "LPC17xx.h" //-------------------temp------- #include "el_lin.h" #include "QEI.h" #include "vibro.h" #include "MTimer.h" #include "mathDSP.h" #include "CyclesSync.h" #include "ThermoCalc.h" #include "CntrlGLD.h" #include "InputOutput.h" #include "ThermoCalc.h" #include "CyclesSync.h" #include "CntrlGLD.h" #include "InputOutput.h" #include "console.h" #include "CyclesSync.h" #include "InputOutput.h" #include "CyclesSync.h" #include "CntrlGLD.h" #include "stdlib.h" #include "SIP.h" #include "console.h" #include "mathDSP.h" #include "InputOutput.h" #include "CntrlGLD.h" #include "CyclesSync.h" #include "CntrlGLD.h" #include "el_lin.h" #include "commandset.h" #include "el_lin.h" #include "CyclesSync.h" #include "CntrlGLD.h" #include "InputOutput.h" #include "Parameters.h" #define BackLightOFF LPC_GPIO2->FIOSET =(1<<12); #define BackLightON LPC_GPIO2->FIOCLR =(1<<12); #define LightUpON LPC_GPIO0->FIOSET = (1<<4); #define LightUpOFF LPC_GPIO0->FIOCLR = (1<<4); #define TakeByte & 0xFF #define deltaDAC 11400.857 //���� ���� //#define K_DAC 0.843 extern float DACF, K_DAC; extern unsigned int VibroReg; extern void VibroPush(void); extern void VibroPull(void); extern void ButtonLightUP(void); extern unsigned long Global_Time, Time_UART,Time_Sec,Time_vibro,Time_1kHz; extern unsigned long MaxAmp; extern unsigned int LightUpCount,BackLightCount,secPuls; extern unsigned char BuffTemp[]; //#ifndef Global_H //#define Global_H #endif // Global_H