@girnigoe, you could use a couple of easy methods:
- Serial (UART) between Spark’s Serial1 port (tx/rx pins) and an Atmel processor
- You could run the Atmel processor as an I2C slave with the Spark being the master
- You could use SPI with the Spark being the master and Atmel being slave
You will find most members will refer to Arduino stuff, not just Atmel processors. Here is a member who was setting up serial communications between an Uno and a Spark: