You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature/64bit (uraimo#62)
* Add required type conversion
On 64bit gnu_dev_makedev returns UInt64, but mknod
expects UInt:
Sources/Mailbox.swift:178:42: error: cannot convert value of type 'UInt64' to \
expected argument type '__dev_t' (aka 'UInt')
* Fix Swift 4.1 warning wrt `characters`
String's do not have the characters collection anymore.
UART adaptations for modern Raspbian (uraimo#56)
- Modernized tty naming ("serial0" / "serial1")
- Added 2400 / 4800 speeds
- refactored SysFSUART init() to take a list of devices to try in order of preference (first successful wins)
Added I2C,SPI,UART and updated GPIOs for CHIP
The board supports a sysfs interface for basic PWM functionality too,
but that requires a bit more work.
Note that while I2C and UART will work out of the box, SPI requires a
modified device tree.