avr-libc-corelib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Avr-libc-corelib] The SPI implementation


From: Jan Waclawek
Subject: Re: [Avr-libc-corelib] The SPI implementation
Date: Tue, 22 Sep 2009 14:29:31 +0200

>SPI_RET SpiMasterSend(int count, uint8* dataOut, uint8* dataIn, int delay);
> [etc.]

1. we should use types defined in stdint.h, i.e. uint8_t for byte
2. int is inadequate for most purposes in 8-bitters

JW




reply via email to

[Prev in Thread] Current Thread [Next in Thread]