Arduino c header files

hi

i am trying to use max7456 and ds1077 oscillator how do i create the header files?

Is there any example code for arduino ?

thanks

dv

i dont think you create separate header files in the arduino environment. you just put everything in that one text box.

Ugh, please use google. “arduino max7456” turned up plenty.

The Ds1077 uses a I2C interface.

You can have separate .cpp and .h files, arduino wants to have these as arduino classes. I did not figure out the hoops needed for including just C code. Try the arduino forum.