BrentSeidel / BBS-BBB-Ada

A collection of Ada sources for working with Linux based embedded computers, such as the BeagleBone Black or Raspberry Pi
GNU General Public License v3.0
7 stars 3 forks source link

Add a close operation for the Linux I2C interface #10

Closed BrentSeidel closed 2 months ago

BrentSeidel commented 2 months ago

The Linux I2C interface should have a close operation to close the device file when/if a program is finished using the I2C interface.

BrentSeidel commented 2 months ago

Both Linux I2C and SPI interfaces have been updated with a close operation. The documentation has been updated. This issue can now be closed.