diff --git a/R/is_rpi.R b/R/is_rpi.R index 34e3f3f..3436e4a 100644 --- a/R/is_rpi.R +++ b/R/is_rpi.R @@ -2,7 +2,8 @@ #' #' Returns TRUE if this code is running on a Raspberry Pi #' -#' @param tellme +#' @param tellme if TRUE the is.rpi will return the device-tree/model. +#' This typically looks like "Raspberry Pi 5 Model B Rev 1.0" #' #' @return TRUE if running on a Raspberry Pi. #' if tellme = TRUE, return the model string