espressif/extended_vfs

0.3.2

Latest
uploaded 2 years ago
Extended Virtual File-system

6 examples

  • gpio_simple
    This example demonstrates how to configure and toggle GPIO using POSIX APIs, reducing dependency on hardware and platform. It includes instructions…
    2.52 KB
  • i2c_bh1750
    This example shows how to configure the I2C bus and read data from the BH1750 light intensity sensor using POSIX APIs, reducing dependence on…
    3.63 KB
  • i2c_tt21100
    This example shows how to configure I2C bus and read data from the TT21100 touch pad using POSIX APIs, reducing dependence on hardware and platform.…
    4.38 KB
  • ledc_simple
    This example shows how to configure LEDC using POSIX APIs, which reduces dependence on hardware and platform.
    2.64 KB
  • spi_master_simple
    This example shows how to configure an SPI master using POSIX APIs, reducing dependence on specific hardware and platform. It requires two…
    2.83 KB
  • spi_slave_simple
    This example shows how to configure SPI slave by POSIX APIs, reducing dependence on hardware and platform. It requires two development boards based…
    2.84 KB