Rev 1106 | Rev 1446 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1106 | Rev 1125 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | eeprom_write_word_crc(EEDATA.y, 0x1234, WITHOUT_CRC); |
28 | eeprom_write_word_crc(EEDATA.y, 0x1234, WITHOUT_CRC); |
| 29 | EEDATA_UPDATE_CRC; |
29 | EEDATA_UPDATE_CRC; |
| 30 | } |
30 | } |
| 31 | #endif |
31 | #endif |
| 32 | ///TODO: Initialize hardware etc here |
32 | ///TODO: Initialize hardware etc here |
| - | 33 | ||
| - | 34 | // to use PCINt lib, call this function: (the callback function look as a timer callback function) |
|
| - | 35 | // Pcint_SetCallbackPin(<template>_PCINT, EXP_C , &<template>_pcint_callback); |
|
| 33 | 36 | ||
| 34 | } |
37 | } |
| 35 | 38 | ||
| 36 | void <template>_Process(void) |
39 | void <template>_Process(void) |
| 37 | { |
40 | { |