sparkfun / SparkFun_Toolkit

Toolkit of common functionality for use within SparkFun Libraries
https://docs.sparkfun.com/SparkFun_Toolkit/
MIT License
2 stars 0 forks source link

Naming scheme for the underlying toolkit #10

Closed gigapod closed 10 months ago

gigapod commented 1 year ago

Use 'sfe' for the underlying object naming pattern.

Namely sfe[ObjectName

edspark commented 1 year ago

Changed all class names to include Sfe: SfeBus,SfeI2C, SfeSPI.

edspark commented 1 year ago

I think I'm leaning towards using "Arduino" or some abbreviated version of it for the I2C and SPI Classes since that's what they're tailored for. This would be in addition "Sfe" I think.

gigapod commented 10 months ago

This is done