diff --git a/raspi-config.md b/raspi-config.md new file mode 100644 index 0000000..c98f639 --- /dev/null +++ b/raspi-config.md @@ -0,0 +1,10 @@ +# raspi-config options to check + +``` +sudo raspi-config +3 - Interface options + P2 enable SSH + P4 enable SPI + P5 enable I2C + P6 enable serial (You may have to update this later and turn it off for certain UART features to work) +```