+
+ # pylint: enable=too-many-arguments,unused-argument
+
+ # pylint: disable=unnecessary-pass
+ def set_no_cs(self):
+ """Setting so that SPI doesn't automatically set the CS pin"""
+ # No kernel seems to support this, so we're just going to pass
+ pass
+
+ # pylint: enable=unnecessary-pass
+
+ @property
+ def frequency(self):
+ """Return the current baudrate"""
+ return self.baudrate