Скомпилируйте и посмотрите.Стазу отпадет масса вопросов.
Вдогонку:
Bitwise operations in Standard C will automatically promote their operands to an int, which is (by default) 16 bits in avr-gcc.
Use (u)intN_t if you need exactly N bits.
Since these typedefs are mandated by the C99 standard, they are preferred over rolling your own typedefs.
Note: If avr-gcc's -mint8 option is used, no 32-bit types will be available for all versions of GCC below 3.5.
Сообщение отредактировал beer_warrior - Aug 26 2006, 13:36
--------------------
Вони шукають те, чого нема, Щоб довести, що його не існує.
|