Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • LUFA-170418
  • LUFA-151115
  • LUFA-140928
  • LUFA-140302
  • LUFA-130901
  • LUFA-130901-BETA
  • LUFA-130303
  • LUFA-120730
  • LUFA-120730-BETA
  • LUFA-120219
  • LUFA-120219-BETA
  • LUFA-111009
  • LUFA-111009-BETA
  • LUFA-110528
  • LUFA-110528-BETA
16 results

Benito.h

  • Dean Camera's avatar
    6d1adf73
    Updated Benito project -- added hardware interrupt and software buffering for... · 6d1adf73
    Dean Camera authored
    Updated Benito project -- added hardware interrupt and software buffering for serial data reception to prevent missed characters, condensed pulse generation counters into a struct for clarity.
    
    Added check to CDC_Device_BytesReceived() to ensure 0 is returned when device is not enumerated to a host.
    
    Move AVRISP project's V2Protocol_DelayMS() function to be static inline, as it is now very minimal. Added extra project doxygen documentation.
    6d1adf73
    History
    Updated Benito project -- added hardware interrupt and software buffering for...
    Dean Camera authored
    Updated Benito project -- added hardware interrupt and software buffering for serial data reception to prevent missed characters, condensed pulse generation counters into a struct for clarity.
    
    Added check to CDC_Device_BytesReceived() to ensure 0 is returned when device is not enumerated to a host.
    
    Move AVRISP project's V2Protocol_DelayMS() function to be static inline, as it is now very minimal. Added extra project doxygen documentation.