Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by eeuml11

  1. E

    SPI code between two ATMega168 controllers

    I am fairly new to coding and the microcontroller all together. I'm trying to have an SPI tansfer between two ATMega168s using C programming. Here is my code: #include <avr/io.h> #include <util/delay.h> #define SPI_PORT PORTB #define SPI_DDR DDRB #define SPI_CS PB2 unsigned char...

Part and Inventory Search

Back
Top