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.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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.