Author Topic: Where is the sfr_defs.h file????  (Read 2715 times)

0 Members and 1 Guest are viewing this topic.

Offline ksryan2Topic starter

  • Beginner
  • *
  • Posts: 4
  • Helpful? 0
Where is the sfr_defs.h file????
« on: April 19, 2010, 10:52:26 AM »
I am using the Devantech SRF05 ultrasonic sensor and the Axon MCU. I want to to check if port F1 is receiving anything, so the code I am using is bit_is_clear(PINF,1), however the Axon does not seem to be running the function. I can't find this function in any of the header files I have. I saw on the forum that it was in sfr_defs.h, but I downloaded the source code for the Axon and the AVRlibc and I cannot seem to find it. Does anyone have any suggestions of where I can find it?

Thanks

Offline billhowl

  • Supreme Robot
  • *****
  • Posts: 376
  • Helpful? 32
  • Your success is in your hands.

Offline ksryan2Topic starter

  • Beginner
  • *
  • Posts: 4
  • Helpful? 0
Re: Where is the sfr_defs.h file????
« Reply #2 on: April 20, 2010, 12:40:32 PM »
thanx for the help! this answered my question