MODBUS laajempi esimerkki
hw.c File Reference

Hardware and processor related functions Versions: More...

#include "kosteus.h"
#include "sht11.h"
Include dependency graph for hw.c:

Functions

 ISR (TIMER0_OVF_vect)
 
void Timer0_init (void)
 Initializes Timer/Counter overflow Interrupt. More...
 
void port_init (void)
 Initializes all needed ports. More...
 
unsigned char read_modbuss_HW_address (void)
 Reads the devices (ModBus)address from Hardware. More...
 

Detailed Description

Hardware and processor related functions Versions:


Date

Date
2010-01-05 15:24:34 +0200 (ti, 05 tammi 2010)
Revision
160
Log
hw.c,v

Revision 1.2 2009/08/07 08:50:01 juma

Function Documentation

ISR ( TIMER0_OVF_vect  )

Here is the call graph for this function:

void port_init ( void  )

Initializes all needed ports.


Here is the caller graph for this function:

unsigned char read_modbuss_HW_address ( void  )

Reads the devices (ModBus)address from Hardware.


Returns
Modbus address.
Warning

Here is the caller graph for this function:

void Timer0_init ( void  )

Initializes Timer/Counter overflow Interrupt.


Warning
All interrupts are enabled here.

Here is the caller graph for this function: