Added ability to set the serial baud rate via the user's terminal in the XPLAINBridge...
[pub/lufa.git] / LUFA / Drivers / Peripheral / AVRU4U6U7 / TWI.h
index f6a2517..32d8c25 100644 (file)
 
                        /** Receives a byte from the currently addressed device on the TWI bus.
                         *
-                        *  \param[in] Byte  Location where the read byte is to be stored
+                        *  \param[in] Byte      Location where the read byte is to be stored
                         *  \param[in] LastByte  Indicates if the byte should be ACKed if false, NAKed if true
                         *
-                        *  \return Boolean true if the byte reception sucessfully completed, false otherwise
+                        *  \return Boolean true if the byte reception successfully completed, false otherwise
                         */
                        static inline bool TWI_ReceiveByte(uint8_t* Byte, bool LastByte)
                        {