You are reading a single comment by @PaddeK and its replies. Click here to read the full conversation.
  • Those Modules are software to drive/use the respective hardware modules.

    For Example:
    If i have a project in mind, let say a weatherstation, and i want to use a DHT11 to measure
    the temperature. I connect the DHT11 sensor (hardware module) to my espruino. Then i need some software to "talk" to the sensor so i can read the temperature. This is where the espruino modules come into play. I require the library (software module) for the DHT11 and can easily connect and read temperature data from the sensor.

About

Avatar for PaddeK @PaddeK started