Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Message

Re: [AVR-Chat] Array of Long

2009-03-06 by Raymond Hurst

Ooops...this won't work..it needs to be this

long test[10] = {....};

UDR = (char)( test[i]        & 0xFF);
UDR = (char)((test[i] >> 8)  & 0xFF);
UDR = (char)((test[i] >> 16) & 0xFF;)
UDR = (char)((test[i] >> 24) & 0xFF);
i += 1;
Ray

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.