avr-i2c
                                
                                
                                
                                    avr-i2c copied to clipboard
                            
                            
                            
                        A simple, interrupt driven I2C API for Atmel AVR processors
                                            Results
                                            
                                                2
                                            
                                            avr-i2c issues
                                        
                                        Sort by
                                                recently updated
                                            recently updated
                                                
                                                newest added
                                                
                                            FYI: This is a placeholder issue for code I have already written and tested. I need to be able to send multiple distinct buffers as one operation. This is to...
Multiple operations can be chained together for larger or disparate buffers by passing 0 as the followup address. This allows for more flexible sending of memory buffers to i2c devices....