These are the functions that handle initializing a BFD.
bfd_init
Synopsis
void bfd_init (void);
Description
This routine must be called before any other BFD function to
initialize magical internal data structures.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.