├── .gitignore ├── API-config.mk ├── Doxyfile_de ├── Doxyfile_en ├── INSTALL ├── Makefile ├── README.md ├── applications ├── gnublin-clock │ ├── Makefile │ ├── clock.cpp │ ├── gnublin.cpp │ └── gnublin.h ├── gnublin-noteprinter │ ├── Makefile │ ├── application.cpp │ ├── application.h │ ├── defines.h │ ├── display.cpp │ ├── display.h │ ├── display_buffer.cpp │ ├── display_buffer.h │ ├── gnublin.cpp │ ├── gnublin.h │ ├── keyboard.cpp │ ├── keyboard.h │ ├── main.cpp │ ├── note.cpp │ ├── note.h │ ├── screens.cpp │ └── screens.h └── gnublin-webradio │ ├── main.cpp │ ├── player.sh │ ├── playlist.m3u │ ├── radio-functions.cpp │ └── radio-functions.h ├── build-API.sh ├── doc ├── html_de │ ├── CSmtp_8cpp.html │ ├── CSmtp_8cpp__incl.map │ ├── CSmtp_8cpp__incl.md5 │ ├── CSmtp_8cpp__incl.png │ ├── CSmtp_8cpp_source.html │ ├── CSmtp_8h.html │ ├── CSmtp_8h.js │ ├── CSmtp_8h__dep__incl.map │ ├── CSmtp_8h__dep__incl.md5 │ ├── CSmtp_8h__dep__incl.png │ ├── CSmtp_8h__incl.map │ ├── CSmtp_8h__incl.md5 │ ├── CSmtp_8h__incl.png │ ├── CSmtp_8h_source.html │ ├── adc_8h.html │ ├── adc_8h__dep__incl.map │ ├── adc_8h__dep__incl.md5 │ ├── adc_8h__dep__incl.png │ ├── adc_8h__incl.map │ ├── adc_8h__incl.md5 │ ├── adc_8h__incl.png │ ├── adc_8h_source.html │ ├── annotated.html │ ├── annotated.js │ ├── base64_8cpp.html │ ├── base64_8cpp.js │ ├── base64_8cpp__incl.map │ ├── base64_8cpp__incl.md5 │ ├── base64_8cpp__incl.png │ ├── base64_8cpp_source.html │ ├── base64_8h.html │ ├── base64_8h.js │ ├── base64_8h__dep__incl.map │ ├── base64_8h__dep__incl.md5 │ ├── base64_8h__dep__incl.png │ ├── base64_8h__incl.map │ ├── base64_8h__incl.md5 │ ├── base64_8h__incl.png │ ├── base64_8h_source.html │ ├── bc_s.png │ ├── bdwn.png │ ├── classes.html │ ├── classgnublin__adc-members.html │ ├── classgnublin__adc.html │ ├── classgnublin__adc.js │ ├── classgnublin__adc__coll__graph.map │ ├── classgnublin__adc__coll__graph.md5 │ ├── classgnublin__adc__coll__graph.png │ ├── classgnublin__csv-members.html │ ├── classgnublin__csv.html │ ├── classgnublin__csv.js │ ├── classgnublin__csv__coll__graph.map │ ├── classgnublin__csv__coll__graph.md5 │ ├── classgnublin__csv__coll__graph.png │ ├── classgnublin__gpio-members.html │ ├── classgnublin__gpio.html │ ├── classgnublin__gpio.js │ ├── classgnublin__gpio__coll__graph.map │ ├── classgnublin__gpio__coll__graph.md5 │ ├── classgnublin__gpio__coll__graph.png │ ├── classgnublin__i2c-members.html │ ├── classgnublin__i2c.html │ ├── classgnublin__i2c.js │ ├── classgnublin__i2c__coll__graph.map │ ├── classgnublin__i2c__coll__graph.md5 │ ├── classgnublin__i2c__coll__graph.png │ ├── classgnublin__module__adc-members.html │ ├── classgnublin__module__adc.html │ ├── classgnublin__module__adc.js │ ├── classgnublin__module__adc__coll__graph.map │ ├── classgnublin__module__adc__coll__graph.md5 │ ├── classgnublin__module__adc__coll__graph.png │ ├── classgnublin__module__dac-members.html │ ├── classgnublin__module__dac.html │ ├── classgnublin__module__dac.js │ ├── classgnublin__module__dac__coll__graph.map │ ├── classgnublin__module__dac__coll__graph.md5 │ ├── classgnublin__module__dac__coll__graph.png │ ├── classgnublin__module__dogm-members.html │ ├── classgnublin__module__dogm.html │ ├── classgnublin__module__dogm.js │ ├── classgnublin__module__dogm__coll__graph.map │ ├── classgnublin__module__dogm__coll__graph.md5 │ ├── classgnublin__module__dogm__coll__graph.png │ ├── classgnublin__module__lcd-members.html │ ├── classgnublin__module__lcd.html │ ├── classgnublin__module__lcd.js │ ├── classgnublin__module__lcd__coll__graph.map │ ├── classgnublin__module__lcd__coll__graph.md5 │ ├── classgnublin__module__lcd__coll__graph.png │ ├── classgnublin__module__lm75-members.html │ ├── classgnublin__module__lm75.html │ ├── classgnublin__module__lm75.js │ ├── classgnublin__module__lm75__coll__graph.map │ ├── classgnublin__module__lm75__coll__graph.md5 │ ├── classgnublin__module__lm75__coll__graph.png │ ├── classgnublin__module__pca9555-members.html │ ├── classgnublin__module__pca9555.html │ ├── classgnublin__module__pca9555.js │ ├── classgnublin__module__pca9555__coll__graph.map │ ├── classgnublin__module__pca9555__coll__graph.md5 │ ├── classgnublin__module__pca9555__coll__graph.png │ ├── classgnublin__module__relay-members.html │ ├── classgnublin__module__relay.html │ ├── classgnublin__module__relay.js │ ├── classgnublin__module__relay__coll__graph.map │ ├── classgnublin__module__relay__coll__graph.md5 │ ├── classgnublin__module__relay__coll__graph.png │ ├── classgnublin__module__step-members.html │ ├── classgnublin__module__step.html │ ├── classgnublin__module__step.js │ ├── classgnublin__module__step__coll__graph.map │ ├── classgnublin__module__step__coll__graph.md5 │ ├── classgnublin__module__step__coll__graph.png │ ├── classgnublin__pwm-members.html │ ├── classgnublin__pwm.html │ ├── classgnublin__pwm.js │ ├── classgnublin__pwm__coll__graph.map │ ├── classgnublin__pwm__coll__graph.md5 │ ├── classgnublin__pwm__coll__graph.png │ ├── classgnublin__serial-members.html │ ├── classgnublin__serial.html │ ├── classgnublin__serial.js │ ├── classgnublin__serial__coll__graph.map │ ├── classgnublin__serial__coll__graph.md5 │ ├── classgnublin__serial__coll__graph.png │ ├── classgnublin__smtp-members.html │ ├── classgnublin__smtp.html │ ├── classgnublin__smtp.js │ ├── classgnublin__smtp__coll__graph.map │ ├── classgnublin__smtp__coll__graph.md5 │ ├── classgnublin__smtp__coll__graph.png │ ├── classgnublin__spi-members.html │ ├── classgnublin__spi.html │ ├── classgnublin__spi.js │ ├── classgnublin__spi__coll__graph.map │ ├── classgnublin__spi__coll__graph.md5 │ ├── classgnublin__spi__coll__graph.png │ ├── closed.png │ ├── csv-parse_8cpp.html │ ├── csv-parse_8cpp.js │ ├── csv-parse_8cpp__incl.map │ ├── csv-parse_8cpp__incl.md5 │ ├── csv-parse_8cpp__incl.png │ ├── csv-parse_8cpp_source.html │ ├── csv_8cpp.html │ ├── csv_8cpp__incl.map │ ├── csv_8cpp__incl.md5 │ ├── csv_8cpp__incl.png │ ├── csv_8cpp_source.html │ ├── csv_8h.html │ ├── csv_8h__dep__incl.map │ ├── csv_8h__dep__incl.md5 │ ├── csv_8h__dep__incl.png │ ├── csv_8h__incl.map │ ├── csv_8h__incl.md5 │ ├── csv_8h__incl.png │ ├── csv_8h_source.html │ ├── dir_000000_000002.html │ ├── dir_000006_000000.html │ ├── dir_000006_000002.html │ ├── dir_14bc92f4b96c8519b376567118ac28b3.html │ ├── dir_14bc92f4b96c8519b376567118ac28b3.js │ ├── dir_14bc92f4b96c8519b376567118ac28b3_dep.map │ ├── dir_14bc92f4b96c8519b376567118ac28b3_dep.md5 │ ├── dir_14bc92f4b96c8519b376567118ac28b3_dep.png │ ├── dir_d28a4824dc47e487b107a5db32ef43c4.html │ ├── dir_d28a4824dc47e487b107a5db32ef43c4.js │ ├── dir_d28a4824dc47e487b107a5db32ef43c4_dep.map │ ├── dir_d28a4824dc47e487b107a5db32ef43c4_dep.md5 │ ├── dir_d28a4824dc47e487b107a5db32ef43c4_dep.png │ ├── dir_d44c64559bbebec7f509842c48db8b23.html │ ├── dir_d44c64559bbebec7f509842c48db8b23.js │ ├── dir_d44c64559bbebec7f509842c48db8b23_dep.map │ ├── dir_d44c64559bbebec7f509842c48db8b23_dep.md5 │ ├── dir_d44c64559bbebec7f509842c48db8b23_dep.png │ ├── dir_e05d7e2b1ecd646af5bb94391405f3b5.html │ ├── dir_e05d7e2b1ecd646af5bb94391405f3b5.js │ ├── dir_e05d7e2b1ecd646af5bb94391405f3b5_dep.map │ ├── dir_e05d7e2b1ecd646af5bb94391405f3b5_dep.md5 │ ├── dir_e05d7e2b1ecd646af5bb94391405f3b5_dep.png │ ├── dir_e0a5ba7d9f4af95ae9f19aeab61b647b.html │ ├── dir_e0a5ba7d9f4af95ae9f19aeab61b647b.js │ ├── dir_e0a5ba7d9f4af95ae9f19aeab61b647b_dep.map │ ├── dir_e0a5ba7d9f4af95ae9f19aeab61b647b_dep.md5 │ ├── dir_e0a5ba7d9f4af95ae9f19aeab61b647b_dep.png │ ├── dir_e3d620c6b6fdb93ed3bc6186215bde2e.html │ ├── dir_e3d620c6b6fdb93ed3bc6186215bde2e.js │ ├── dir_e3d620c6b6fdb93ed3bc6186215bde2e_dep.map │ ├── dir_e3d620c6b6fdb93ed3bc6186215bde2e_dep.md5 │ ├── dir_e3d620c6b6fdb93ed3bc6186215bde2e_dep.png │ ├── dir_eea1bb687171681cb3233bae8d66cdaf.html │ ├── dir_eea1bb687171681cb3233bae8d66cdaf.js │ ├── dir_eea1bb687171681cb3233bae8d66cdaf_dep.map │ ├── dir_eea1bb687171681cb3233bae8d66cdaf_dep.md5 │ ├── dir_eea1bb687171681cb3233bae8d66cdaf_dep.png │ ├── doxygen.css │ ├── doxygen.png │ ├── drivers_2adc_8cpp.html │ ├── drivers_2adc_8cpp__incl.map │ ├── drivers_2adc_8cpp__incl.md5 │ ├── drivers_2adc_8cpp__incl.png │ ├── drivers_2adc_8cpp_source.html │ ├── drivers_2i2c_8cpp.html │ ├── drivers_2i2c_8cpp.js │ ├── drivers_2i2c_8cpp__dep__incl.map │ ├── drivers_2i2c_8cpp__dep__incl.md5 │ ├── drivers_2i2c_8cpp__dep__incl.png │ ├── drivers_2i2c_8cpp__incl.map │ ├── drivers_2i2c_8cpp__incl.md5 │ ├── drivers_2i2c_8cpp__incl.png │ ├── drivers_2i2c_8cpp_source.html │ ├── drivers_2spi_8cpp.html │ ├── drivers_2spi_8cpp__dep__incl.map │ ├── drivers_2spi_8cpp__dep__incl.md5 │ ├── drivers_2spi_8cpp__dep__incl.png │ ├── drivers_2spi_8cpp__incl.map │ ├── drivers_2spi_8cpp__incl.md5 │ ├── drivers_2spi_8cpp__incl.png │ ├── drivers_2spi_8cpp_source.html │ ├── dynsections.js │ ├── examples_2adc_8cpp.html │ ├── examples_2adc_8cpp.js │ ├── examples_2adc_8cpp__incl.map │ ├── examples_2adc_8cpp__incl.md5 │ ├── examples_2adc_8cpp__incl.png │ ├── examples_2adc_8cpp_source.html │ ├── examples_2i2c_8cpp.html │ ├── examples_2i2c_8cpp.js │ ├── examples_2i2c_8cpp__incl.map │ ├── examples_2i2c_8cpp__incl.md5 │ ├── examples_2i2c_8cpp__incl.png │ ├── examples_2i2c_8cpp_source.html │ ├── examples_2module__adc_8cpp.html │ ├── examples_2module__adc_8cpp.js │ ├── examples_2module__adc_8cpp__incl.map │ ├── examples_2module__adc_8cpp__incl.md5 │ ├── examples_2module__adc_8cpp__incl.png │ ├── examples_2module__adc_8cpp_source.html │ ├── examples_2module__dac_8cpp.html │ ├── examples_2module__dac_8cpp.js │ ├── examples_2module__dac_8cpp__incl.map │ ├── examples_2module__dac_8cpp__incl.md5 │ ├── examples_2module__dac_8cpp__incl.png │ ├── examples_2module__dac_8cpp_source.html │ ├── examples_2module__pca9555_8cpp.html │ ├── examples_2module__pca9555_8cpp.js │ ├── examples_2module__pca9555_8cpp__incl.map │ ├── examples_2module__pca9555_8cpp__incl.md5 │ ├── examples_2module__pca9555_8cpp__incl.png │ ├── examples_2module__pca9555_8cpp_source.html │ ├── examples_2module__relay_8cpp.html │ ├── examples_2module__relay_8cpp.js │ ├── examples_2module__relay_8cpp__incl.map │ ├── examples_2module__relay_8cpp__incl.md5 │ ├── examples_2module__relay_8cpp__incl.png │ ├── examples_2module__relay_8cpp_source.html │ ├── examples_2module__step_8cpp.html │ ├── examples_2module__step_8cpp.js │ ├── examples_2module__step_8cpp__incl.map │ ├── examples_2module__step_8cpp__incl.md5 │ ├── examples_2module__step_8cpp__incl.png │ ├── examples_2module__step_8cpp_source.html │ ├── examples_2spi_8cpp.html │ ├── examples_2spi_8cpp.js │ ├── examples_2spi_8cpp__incl.map │ ├── examples_2spi_8cpp__incl.md5 │ ├── examples_2spi_8cpp__incl.png │ ├── examples_2spi_8cpp_source.html │ ├── files.html │ ├── files.js │ ├── ftv2blank.png │ ├── ftv2cl.png │ ├── ftv2doc.png │ ├── ftv2folderclosed.png │ ├── ftv2folderopen.png │ ├── ftv2lastnode.png │ ├── ftv2link.png │ ├── ftv2mlastnode.png │ ├── ftv2mnode.png │ ├── ftv2mo.png │ ├── ftv2node.png │ ├── ftv2ns.png │ ├── ftv2plastnode.png │ ├── ftv2pnode.png │ ├── ftv2splitbar.png │ ├── ftv2vertline.png │ ├── functions.html │ ├── functions_0x62.html │ ├── functions_0x63.html │ ├── functions_0x64.html │ ├── functions_0x66.html │ ├── functions_0x67.html │ ├── functions_0x68.html │ ├── functions_0x69.html │ ├── functions_0x6c.html │ ├── functions_0x6d.html │ ├── functions_0x6e.html │ ├── functions_0x6f.html │ ├── functions_0x70.html │ ├── functions_0x72.html │ ├── functions_0x73.html │ ├── functions_0x74.html │ ├── functions_0x75.html │ ├── functions_0x76.html │ ├── functions_0x77.html │ ├── functions_0x7e.html │ ├── functions_8cpp.html │ ├── functions_8cpp.js │ ├── functions_8cpp_source.html │ ├── functions_8h.html │ ├── functions_8h.js │ ├── functions_8h__dep__incl.map │ ├── functions_8h__dep__incl.md5 │ ├── functions_8h__dep__incl.png │ ├── functions_8h_source.html │ ├── functions_dup.js │ ├── functions_enum.html │ ├── functions_eval.html │ ├── functions_func.html │ ├── functions_func.js │ ├── functions_func_0x62.html │ ├── functions_func_0x63.html │ ├── functions_func_0x64.html │ ├── functions_func_0x66.html │ ├── functions_func_0x67.html │ ├── functions_func_0x68.html │ ├── functions_func_0x69.html │ ├── functions_func_0x6d.html │ ├── functions_func_0x6e.html │ ├── functions_func_0x6f.html │ ├── functions_func_0x70.html │ ├── functions_func_0x72.html │ ├── functions_func_0x73.html │ ├── functions_func_0x75.html │ ├── functions_func_0x76.html │ ├── functions_func_0x77.html │ ├── functions_func_0x7e.html │ ├── globals.html │ ├── globals_defs.html │ ├── globals_enum.html │ ├── globals_eval.html │ ├── globals_func.html │ ├── globals_type.html │ ├── globals_vars.html │ ├── gpio_8cpp.html │ ├── gpio_8cpp__dep__incl.map │ ├── gpio_8cpp__dep__incl.md5 │ ├── gpio_8cpp__dep__incl.png │ ├── gpio_8cpp__incl.map │ ├── gpio_8cpp__incl.md5 │ ├── gpio_8cpp__incl.png │ ├── gpio_8cpp_source.html │ ├── gpio_8h.html │ ├── gpio_8h__dep__incl.map │ ├── gpio_8h__dep__incl.md5 │ ├── gpio_8h__dep__incl.png │ ├── gpio_8h__incl.map │ ├── gpio_8h__incl.md5 │ ├── gpio_8h__incl.png │ ├── gpio_8h_source.html │ ├── gpio__input_8cpp.html │ ├── gpio__input_8cpp.js │ ├── gpio__input_8cpp__incl.map │ ├── gpio__input_8cpp__incl.md5 │ ├── gpio__input_8cpp__incl.png │ ├── gpio__input_8cpp_source.html │ ├── gpio__output_8cpp.html │ ├── gpio__output_8cpp.js │ ├── gpio__output_8cpp__incl.map │ ├── gpio__output_8cpp__incl.md5 │ ├── gpio__output_8cpp__incl.png │ ├── gpio__output_8cpp_source.html │ ├── graph_legend.html │ ├── graph_legend.md5 │ ├── graph_legend.png │ ├── i2c_8h.html │ ├── i2c_8h__dep__incl.map │ ├── i2c_8h__dep__incl.md5 │ ├── i2c_8h__dep__incl.png │ ├── i2c_8h__incl.map │ ├── i2c_8h__incl.md5 │ ├── i2c_8h__incl.png │ ├── i2c_8h_source.html │ ├── includes_8h.html │ ├── includes_8h.js │ ├── includes_8h__dep__incl.map │ ├── includes_8h__dep__incl.md5 │ ├── includes_8h__dep__incl.png │ ├── includes_8h__incl.map │ ├── includes_8h__incl.md5 │ ├── includes_8h__incl.png │ ├── includes_8h_source.html │ ├── index.html │ ├── jquery.js │ ├── ledblink_8cpp.html │ ├── ledblink_8cpp.js │ ├── ledblink_8cpp__incl.map │ ├── ledblink_8cpp__incl.md5 │ ├── ledblink_8cpp__incl.png │ ├── ledblink_8cpp_source.html │ ├── mail-send_8cpp.html │ ├── mail-send_8cpp.js │ ├── mail-send_8cpp__incl.map │ ├── mail-send_8cpp__incl.md5 │ ├── mail-send_8cpp__incl.png │ ├── mail-send_8cpp_source.html │ ├── mcp4728_8cpp.html │ ├── mcp4728_8cpp.js │ ├── mcp4728_8cpp__incl.map │ ├── mcp4728_8cpp__incl.md5 │ ├── mcp4728_8cpp__incl.png │ ├── mcp4728_8cpp_source.html │ ├── module__adc_8h.html │ ├── module__adc_8h__dep__incl.map │ ├── module__adc_8h__dep__incl.md5 │ ├── module__adc_8h__dep__incl.png │ ├── module__adc_8h__incl.map │ ├── module__adc_8h__incl.md5 │ ├── module__adc_8h__incl.png │ ├── module__adc_8h_source.html │ ├── module__dac_8h.html │ ├── module__dac_8h__dep__incl.map │ ├── module__dac_8h__dep__incl.md5 │ ├── module__dac_8h__dep__incl.png │ ├── module__dac_8h__incl.map │ ├── module__dac_8h__incl.md5 │ ├── module__dac_8h__incl.png │ ├── module__dac_8h_source.html │ ├── module__dogm_8cpp.html │ ├── module__dogm_8cpp__incl.map │ ├── module__dogm_8cpp__incl.md5 │ ├── module__dogm_8cpp__incl.png │ ├── module__dogm_8cpp_source.html │ ├── module__dogm_8h.html │ ├── module__dogm_8h__dep__incl.map │ ├── module__dogm_8h__dep__incl.md5 │ ├── module__dogm_8h__dep__incl.png │ ├── module__dogm_8h__incl.map │ ├── module__dogm_8h__incl.md5 │ ├── module__dogm_8h__incl.png │ ├── module__dogm_8h_source.html │ ├── module__lcd_8cpp.html │ ├── module__lcd_8cpp__incl.map │ ├── module__lcd_8cpp__incl.md5 │ ├── module__lcd_8cpp__incl.png │ ├── module__lcd_8cpp_source.html │ ├── module__lcd_8h.html │ ├── module__lcd_8h.js │ ├── module__lcd_8h__dep__incl.map │ ├── module__lcd_8h__dep__incl.md5 │ ├── module__lcd_8h__dep__incl.png │ ├── module__lcd_8h_source.html │ ├── module__lcd__2x16_8cpp.html │ ├── module__lcd__2x16_8cpp.js │ ├── module__lcd__2x16_8cpp__incl.map │ ├── module__lcd__2x16_8cpp__incl.md5 │ ├── module__lcd__2x16_8cpp__incl.png │ ├── module__lcd__2x16_8cpp_source.html │ ├── module__lcd__4x20_8cpp.html │ ├── module__lcd__4x20_8cpp.js │ ├── module__lcd__4x20_8cpp__incl.map │ ├── module__lcd__4x20_8cpp__incl.md5 │ ├── module__lcd__4x20_8cpp__incl.png │ ├── module__lcd__4x20_8cpp_source.html │ ├── module__lm75_8cpp.html │ ├── module__lm75_8cpp__incl.map │ ├── module__lm75_8cpp__incl.md5 │ ├── module__lm75_8cpp__incl.png │ ├── module__lm75_8cpp_source.html │ ├── module__lm75_8h.html │ ├── module__lm75_8h__dep__incl.map │ ├── module__lm75_8h__dep__incl.md5 │ ├── module__lm75_8h__dep__incl.png │ ├── module__lm75_8h__incl.map │ ├── module__lm75_8h__incl.md5 │ ├── module__lm75_8h__incl.png │ ├── module__lm75_8h_source.html │ ├── module__pca9555_8h.html │ ├── module__pca9555_8h__dep__incl.map │ ├── module__pca9555_8h__dep__incl.md5 │ ├── module__pca9555_8h__dep__incl.png │ ├── module__pca9555_8h__incl.map │ ├── module__pca9555_8h__incl.md5 │ ├── module__pca9555_8h__incl.png │ ├── module__pca9555_8h_source.html │ ├── module__relay_8h.html │ ├── module__relay_8h__dep__incl.map │ ├── module__relay_8h__dep__incl.md5 │ ├── module__relay_8h__dep__incl.png │ ├── module__relay_8h__incl.map │ ├── module__relay_8h__incl.md5 │ ├── module__relay_8h__incl.png │ ├── module__relay_8h_source.html │ ├── module__step2_8cpp.html │ ├── module__step2_8cpp.js │ ├── module__step2_8cpp__incl.map │ ├── module__step2_8cpp__incl.md5 │ ├── module__step2_8cpp__incl.png │ ├── module__step2_8cpp_source.html │ ├── module__step_8h.html │ ├── module__step_8h__dep__incl.map │ ├── module__step_8h__dep__incl.md5 │ ├── module__step_8h__dep__incl.png │ ├── module__step_8h_source.html │ ├── module__temperature_8cpp.html │ ├── module__temperature_8cpp.js │ ├── module__temperature_8cpp__incl.map │ ├── module__temperature_8cpp__incl.md5 │ ├── module__temperature_8cpp__incl.png │ ├── module__temperature_8cpp_source.html │ ├── modules_2module__adc_8cpp.html │ ├── modules_2module__adc_8cpp__incl.map │ ├── modules_2module__adc_8cpp__incl.md5 │ ├── modules_2module__adc_8cpp__incl.png │ ├── modules_2module__adc_8cpp_source.html │ ├── modules_2module__dac_8cpp.html │ ├── modules_2module__dac_8cpp__incl.map │ ├── modules_2module__dac_8cpp__incl.md5 │ ├── modules_2module__dac_8cpp__incl.png │ ├── modules_2module__dac_8cpp_source.html │ ├── modules_2module__pca9555_8cpp.html │ ├── modules_2module__pca9555_8cpp__dep__incl.map │ ├── modules_2module__pca9555_8cpp__dep__incl.md5 │ ├── modules_2module__pca9555_8cpp__dep__incl.png │ ├── modules_2module__pca9555_8cpp__incl.map │ ├── modules_2module__pca9555_8cpp__incl.md5 │ ├── modules_2module__pca9555_8cpp__incl.png │ ├── modules_2module__pca9555_8cpp_source.html │ ├── modules_2module__relay_8cpp.html │ ├── modules_2module__relay_8cpp__incl.map │ ├── modules_2module__relay_8cpp__incl.md5 │ ├── modules_2module__relay_8cpp__incl.png │ ├── modules_2module__relay_8cpp_source.html │ ├── modules_2module__step_8cpp.html │ ├── modules_2module__step_8cpp.js │ ├── modules_2module__step_8cpp__incl.map │ ├── modules_2module__step_8cpp__incl.md5 │ ├── modules_2module__step_8cpp__incl.png │ ├── modules_2module__step_8cpp_source.html │ ├── nav_f.png │ ├── nav_g.png │ ├── nav_h.png │ ├── navtree.css │ ├── navtree.js │ ├── navtreeindex.js │ ├── navtreeindex0.js │ ├── navtreeindex1.js │ ├── navtreeindex2.js │ ├── open.png │ ├── printer_8cpp.html │ ├── printer_8cpp.js │ ├── printer_8cpp__incl.map │ ├── printer_8cpp__incl.md5 │ ├── printer_8cpp__incl.png │ ├── printer_8cpp_source.html │ ├── printer__temp_8cpp.html │ ├── printer__temp_8cpp.js │ ├── printer__temp_8cpp__incl.map │ ├── printer__temp_8cpp__incl.md5 │ ├── printer__temp_8cpp__incl.png │ ├── printer__temp_8cpp_source.html │ ├── pwm_8cpp.html │ ├── pwm_8cpp__incl.map │ ├── pwm_8cpp__incl.md5 │ ├── pwm_8cpp__incl.png │ ├── pwm_8cpp_source.html │ ├── pwm_8h.html │ ├── pwm_8h__dep__incl.map │ ├── pwm_8h__dep__incl.md5 │ ├── pwm_8h__dep__incl.png │ ├── pwm_8h__incl.map │ ├── pwm_8h__incl.md5 │ ├── pwm_8h__incl.png │ ├── pwm_8h_source.html │ ├── pwm__signal_8cpp.html │ ├── pwm__signal_8cpp.js │ ├── pwm__signal_8cpp__incl.map │ ├── pwm__signal_8cpp__incl.md5 │ ├── pwm__signal_8cpp__incl.png │ ├── pwm__signal_8cpp_source.html │ ├── resize.js │ ├── serial_8cpp.html │ ├── serial_8cpp.js │ ├── serial_8cpp__incl.map │ ├── serial_8cpp__incl.md5 │ ├── serial_8cpp__incl.png │ ├── serial_8cpp_source.html │ ├── serial_8h.html │ ├── serial_8h__dep__incl.map │ ├── serial_8h__dep__incl.md5 │ ├── serial_8h__dep__incl.png │ ├── serial_8h__incl.map │ ├── serial_8h__incl.md5 │ ├── serial_8h__incl.png │ ├── serial_8h_source.html │ ├── spi_8h.html │ ├── spi_8h__dep__incl.map │ ├── spi_8h__dep__incl.md5 │ ├── spi_8h__dep__incl.png │ ├── spi_8h__incl.map │ ├── spi_8h__incl.md5 │ ├── spi_8h__incl.png │ ├── spi_8h_source.html │ ├── sync_off.png │ ├── sync_on.png │ ├── tab_a.png │ ├── tab_b.png │ ├── tab_h.png │ ├── tab_s.png │ └── tabs.css └── html_en │ ├── CSmtp_8cpp.html │ ├── CSmtp_8cpp__incl.map │ ├── CSmtp_8cpp__incl.md5 │ ├── CSmtp_8cpp__incl.png │ ├── CSmtp_8cpp_source.html │ ├── CSmtp_8h.html │ ├── CSmtp_8h.js │ ├── CSmtp_8h__dep__incl.map │ ├── CSmtp_8h__dep__incl.md5 │ ├── CSmtp_8h__dep__incl.png │ ├── CSmtp_8h__incl.map │ ├── CSmtp_8h__incl.md5 │ ├── CSmtp_8h__incl.png │ ├── CSmtp_8h_source.html │ ├── adc_8h.html │ ├── adc_8h__dep__incl.map │ ├── adc_8h__dep__incl.md5 │ ├── adc_8h__dep__incl.png │ ├── adc_8h__incl.map │ ├── adc_8h__incl.md5 │ ├── adc_8h__incl.png │ ├── adc_8h_source.html │ ├── annotated.html │ ├── annotated.js │ ├── base64_8cpp.html │ ├── base64_8cpp.js │ ├── base64_8cpp__incl.map │ ├── base64_8cpp__incl.md5 │ ├── base64_8cpp__incl.png │ ├── base64_8cpp_source.html │ ├── base64_8h.html │ ├── base64_8h.js │ ├── base64_8h__dep__incl.map │ ├── base64_8h__dep__incl.md5 │ ├── base64_8h__dep__incl.png │ ├── base64_8h__incl.map │ ├── base64_8h__incl.md5 │ ├── base64_8h__incl.png │ ├── base64_8h_source.html │ ├── bc_s.png │ ├── bdwn.png │ ├── classes.html │ ├── classgnublin__adc-members.html │ ├── classgnublin__adc.html │ ├── classgnublin__adc.js │ ├── classgnublin__adc__coll__graph.map │ ├── classgnublin__adc__coll__graph.md5 │ ├── classgnublin__adc__coll__graph.png │ ├── classgnublin__csv-members.html │ ├── classgnublin__csv.html │ ├── classgnublin__csv.js │ ├── classgnublin__csv__coll__graph.map │ ├── classgnublin__csv__coll__graph.md5 │ ├── classgnublin__csv__coll__graph.png │ ├── classgnublin__gpio-members.html │ ├── classgnublin__gpio.html │ ├── classgnublin__gpio.js │ ├── classgnublin__gpio__coll__graph.map │ ├── classgnublin__gpio__coll__graph.md5 │ ├── classgnublin__gpio__coll__graph.png │ ├── classgnublin__i2c-members.html │ ├── classgnublin__i2c.html │ ├── classgnublin__i2c.js │ ├── classgnublin__i2c__coll__graph.map │ ├── classgnublin__i2c__coll__graph.md5 │ ├── classgnublin__i2c__coll__graph.png │ ├── classgnublin__module__adc-members.html │ ├── classgnublin__module__adc.html │ ├── classgnublin__module__adc.js │ ├── classgnublin__module__adc__coll__graph.map │ ├── classgnublin__module__adc__coll__graph.md5 │ ├── classgnublin__module__adc__coll__graph.png │ ├── classgnublin__module__dac-members.html │ ├── classgnublin__module__dac.html │ ├── classgnublin__module__dac.js │ ├── classgnublin__module__dac__coll__graph.map │ ├── classgnublin__module__dac__coll__graph.md5 │ ├── classgnublin__module__dac__coll__graph.png │ ├── classgnublin__module__dogm-members.html │ ├── classgnublin__module__dogm.html │ ├── classgnublin__module__dogm.js │ ├── classgnublin__module__dogm__coll__graph.map │ ├── classgnublin__module__dogm__coll__graph.md5 │ ├── classgnublin__module__dogm__coll__graph.png │ ├── classgnublin__module__lcd-members.html │ ├── classgnublin__module__lcd.html │ ├── classgnublin__module__lcd.js │ ├── classgnublin__module__lcd__coll__graph.map │ ├── classgnublin__module__lcd__coll__graph.md5 │ ├── classgnublin__module__lcd__coll__graph.png │ ├── classgnublin__module__lm75-members.html │ ├── classgnublin__module__lm75.html │ ├── classgnublin__module__lm75.js │ ├── classgnublin__module__lm75__coll__graph.map │ ├── classgnublin__module__lm75__coll__graph.md5 │ ├── classgnublin__module__lm75__coll__graph.png │ ├── classgnublin__module__pca9555-members.html │ ├── classgnublin__module__pca9555.html │ ├── classgnublin__module__pca9555.js │ ├── classgnublin__module__pca9555__coll__graph.map │ ├── classgnublin__module__pca9555__coll__graph.md5 │ ├── classgnublin__module__pca9555__coll__graph.png │ ├── classgnublin__module__relay-members.html │ ├── classgnublin__module__relay.html │ ├── classgnublin__module__relay.js │ ├── classgnublin__module__relay__coll__graph.map │ ├── classgnublin__module__relay__coll__graph.md5 │ ├── classgnublin__module__relay__coll__graph.png │ ├── classgnublin__module__step-members.html │ ├── classgnublin__module__step.html │ ├── classgnublin__module__step.js │ ├── classgnublin__module__step__coll__graph.map │ ├── classgnublin__module__step__coll__graph.md5 │ ├── classgnublin__module__step__coll__graph.png │ ├── classgnublin__pwm-members.html │ ├── classgnublin__pwm.html │ ├── classgnublin__pwm.js │ ├── classgnublin__pwm__coll__graph.map │ ├── classgnublin__pwm__coll__graph.md5 │ ├── classgnublin__pwm__coll__graph.png │ ├── classgnublin__serial-members.html │ ├── classgnublin__serial.html │ ├── classgnublin__serial.js │ ├── classgnublin__serial__coll__graph.map │ ├── classgnublin__serial__coll__graph.md5 │ ├── classgnublin__serial__coll__graph.png │ ├── classgnublin__smtp-members.html │ ├── classgnublin__smtp.html │ ├── classgnublin__smtp.js │ ├── classgnublin__smtp__coll__graph.map │ ├── classgnublin__smtp__coll__graph.md5 │ ├── classgnublin__smtp__coll__graph.png │ ├── classgnublin__spi-members.html │ ├── classgnublin__spi.html │ ├── classgnublin__spi.js │ ├── classgnublin__spi__coll__graph.map │ ├── classgnublin__spi__coll__graph.md5 │ ├── classgnublin__spi__coll__graph.png │ ├── closed.png │ ├── csv-parse_8cpp.html │ ├── csv-parse_8cpp.js │ ├── csv-parse_8cpp__incl.map │ ├── csv-parse_8cpp__incl.md5 │ ├── csv-parse_8cpp__incl.png │ ├── csv-parse_8cpp_source.html │ ├── csv_8cpp.html │ ├── csv_8cpp__incl.map │ ├── csv_8cpp__incl.md5 │ ├── csv_8cpp__incl.png │ ├── csv_8cpp_source.html │ ├── csv_8h.html │ ├── csv_8h__dep__incl.map │ ├── csv_8h__dep__incl.md5 │ ├── csv_8h__dep__incl.png │ ├── csv_8h__incl.map │ ├── csv_8h__incl.md5 │ ├── csv_8h__incl.png │ ├── csv_8h_source.html │ ├── dir_000000_000002.html │ ├── dir_000006_000000.html │ ├── dir_000006_000002.html │ ├── dir_14bc92f4b96c8519b376567118ac28b3.html │ ├── dir_14bc92f4b96c8519b376567118ac28b3.js │ ├── dir_14bc92f4b96c8519b376567118ac28b3_dep.map │ ├── dir_14bc92f4b96c8519b376567118ac28b3_dep.md5 │ ├── dir_14bc92f4b96c8519b376567118ac28b3_dep.png │ ├── dir_d28a4824dc47e487b107a5db32ef43c4.html │ ├── dir_d28a4824dc47e487b107a5db32ef43c4.js │ ├── dir_d28a4824dc47e487b107a5db32ef43c4_dep.map │ ├── dir_d28a4824dc47e487b107a5db32ef43c4_dep.md5 │ ├── dir_d28a4824dc47e487b107a5db32ef43c4_dep.png │ ├── dir_d44c64559bbebec7f509842c48db8b23.html │ ├── dir_d44c64559bbebec7f509842c48db8b23.js │ ├── dir_d44c64559bbebec7f509842c48db8b23_dep.map │ ├── dir_d44c64559bbebec7f509842c48db8b23_dep.md5 │ ├── dir_d44c64559bbebec7f509842c48db8b23_dep.png │ ├── dir_e05d7e2b1ecd646af5bb94391405f3b5.html │ ├── dir_e05d7e2b1ecd646af5bb94391405f3b5.js │ ├── dir_e05d7e2b1ecd646af5bb94391405f3b5_dep.map │ ├── dir_e05d7e2b1ecd646af5bb94391405f3b5_dep.md5 │ ├── dir_e05d7e2b1ecd646af5bb94391405f3b5_dep.png │ ├── dir_e0a5ba7d9f4af95ae9f19aeab61b647b.html │ ├── dir_e0a5ba7d9f4af95ae9f19aeab61b647b.js │ ├── dir_e0a5ba7d9f4af95ae9f19aeab61b647b_dep.map │ ├── dir_e0a5ba7d9f4af95ae9f19aeab61b647b_dep.md5 │ ├── dir_e0a5ba7d9f4af95ae9f19aeab61b647b_dep.png │ ├── dir_e3d620c6b6fdb93ed3bc6186215bde2e.html │ ├── dir_e3d620c6b6fdb93ed3bc6186215bde2e.js │ ├── dir_e3d620c6b6fdb93ed3bc6186215bde2e_dep.map │ ├── dir_e3d620c6b6fdb93ed3bc6186215bde2e_dep.md5 │ ├── dir_e3d620c6b6fdb93ed3bc6186215bde2e_dep.png │ ├── dir_eea1bb687171681cb3233bae8d66cdaf.html │ ├── dir_eea1bb687171681cb3233bae8d66cdaf.js │ ├── dir_eea1bb687171681cb3233bae8d66cdaf_dep.map │ ├── dir_eea1bb687171681cb3233bae8d66cdaf_dep.md5 │ ├── dir_eea1bb687171681cb3233bae8d66cdaf_dep.png │ ├── doxygen.css │ ├── doxygen.png │ ├── drivers_2adc_8cpp.html │ ├── drivers_2adc_8cpp__incl.map │ ├── drivers_2adc_8cpp__incl.md5 │ ├── drivers_2adc_8cpp__incl.png │ ├── drivers_2adc_8cpp_source.html │ ├── drivers_2i2c_8cpp.html │ ├── drivers_2i2c_8cpp.js │ ├── drivers_2i2c_8cpp__dep__incl.map │ ├── drivers_2i2c_8cpp__dep__incl.md5 │ ├── drivers_2i2c_8cpp__dep__incl.png │ ├── drivers_2i2c_8cpp__incl.map │ ├── drivers_2i2c_8cpp__incl.md5 │ ├── drivers_2i2c_8cpp__incl.png │ ├── drivers_2i2c_8cpp_source.html │ ├── drivers_2spi_8cpp.html │ ├── drivers_2spi_8cpp__dep__incl.map │ ├── drivers_2spi_8cpp__dep__incl.md5 │ ├── drivers_2spi_8cpp__dep__incl.png │ ├── drivers_2spi_8cpp__incl.map │ ├── drivers_2spi_8cpp__incl.md5 │ ├── drivers_2spi_8cpp__incl.png │ ├── drivers_2spi_8cpp_source.html │ ├── dynsections.js │ ├── examples_2adc_8cpp.html │ ├── examples_2adc_8cpp.js │ ├── examples_2adc_8cpp__incl.map │ ├── examples_2adc_8cpp__incl.md5 │ ├── examples_2adc_8cpp__incl.png │ ├── examples_2adc_8cpp_source.html │ ├── examples_2i2c_8cpp.html │ ├── examples_2i2c_8cpp.js │ ├── examples_2i2c_8cpp__incl.map │ ├── examples_2i2c_8cpp__incl.md5 │ ├── examples_2i2c_8cpp__incl.png │ ├── examples_2i2c_8cpp_source.html │ ├── examples_2module__adc_8cpp.html │ ├── examples_2module__adc_8cpp.js │ ├── examples_2module__adc_8cpp__incl.map │ ├── examples_2module__adc_8cpp__incl.md5 │ ├── examples_2module__adc_8cpp__incl.png │ ├── examples_2module__adc_8cpp_source.html │ ├── examples_2module__dac_8cpp.html │ ├── examples_2module__dac_8cpp.js │ ├── examples_2module__dac_8cpp__incl.map │ ├── examples_2module__dac_8cpp__incl.md5 │ ├── examples_2module__dac_8cpp__incl.png │ ├── examples_2module__dac_8cpp_source.html │ ├── examples_2module__pca9555_8cpp.html │ ├── examples_2module__pca9555_8cpp.js │ ├── examples_2module__pca9555_8cpp__incl.map │ ├── examples_2module__pca9555_8cpp__incl.md5 │ ├── examples_2module__pca9555_8cpp__incl.png │ ├── examples_2module__pca9555_8cpp_source.html │ ├── examples_2module__relay_8cpp.html │ ├── examples_2module__relay_8cpp.js │ ├── examples_2module__relay_8cpp__incl.map │ ├── examples_2module__relay_8cpp__incl.md5 │ ├── examples_2module__relay_8cpp__incl.png │ ├── examples_2module__relay_8cpp_source.html │ ├── examples_2module__step_8cpp.html │ ├── examples_2module__step_8cpp.js │ ├── examples_2module__step_8cpp__incl.map │ ├── examples_2module__step_8cpp__incl.md5 │ ├── examples_2module__step_8cpp__incl.png │ ├── examples_2module__step_8cpp_source.html │ ├── examples_2spi_8cpp.html │ ├── examples_2spi_8cpp.js │ ├── examples_2spi_8cpp__incl.map │ ├── examples_2spi_8cpp__incl.md5 │ ├── examples_2spi_8cpp__incl.png │ ├── examples_2spi_8cpp_source.html │ ├── files.html │ ├── files.js │ ├── ftv2blank.png │ ├── ftv2cl.png │ ├── ftv2doc.png │ ├── ftv2folderclosed.png │ ├── ftv2folderopen.png │ ├── ftv2lastnode.png │ ├── ftv2link.png │ ├── ftv2mlastnode.png │ ├── ftv2mnode.png │ ├── ftv2mo.png │ ├── ftv2node.png │ ├── ftv2ns.png │ ├── ftv2plastnode.png │ ├── ftv2pnode.png │ ├── ftv2splitbar.png │ ├── ftv2vertline.png │ ├── functions.html │ ├── functions_0x62.html │ ├── functions_0x63.html │ ├── functions_0x64.html │ ├── functions_0x66.html │ ├── functions_0x67.html │ ├── functions_0x68.html │ ├── functions_0x69.html │ ├── functions_0x6c.html │ ├── functions_0x6d.html │ ├── functions_0x6e.html │ ├── functions_0x6f.html │ ├── functions_0x70.html │ ├── functions_0x72.html │ ├── functions_0x73.html │ ├── functions_0x74.html │ ├── functions_0x75.html │ ├── functions_0x76.html │ ├── functions_0x77.html │ ├── functions_0x7e.html │ ├── functions_8cpp.html │ ├── functions_8cpp.js │ ├── functions_8cpp_source.html │ ├── functions_8h.html │ ├── functions_8h.js │ ├── functions_8h__dep__incl.map │ ├── functions_8h__dep__incl.md5 │ ├── functions_8h__dep__incl.png │ ├── functions_8h_source.html │ ├── functions_dup.js │ ├── functions_enum.html │ ├── functions_eval.html │ ├── functions_func.html │ ├── functions_func.js │ ├── functions_func_0x62.html │ ├── functions_func_0x63.html │ ├── functions_func_0x64.html │ ├── functions_func_0x66.html │ ├── functions_func_0x67.html │ ├── functions_func_0x68.html │ ├── functions_func_0x69.html │ ├── functions_func_0x6d.html │ ├── functions_func_0x6e.html │ ├── functions_func_0x6f.html │ ├── functions_func_0x70.html │ ├── functions_func_0x72.html │ ├── functions_func_0x73.html │ ├── functions_func_0x75.html │ ├── functions_func_0x76.html │ ├── functions_func_0x77.html │ ├── functions_func_0x7e.html │ ├── globals.html │ ├── globals_defs.html │ ├── globals_enum.html │ ├── globals_eval.html │ ├── globals_func.html │ ├── globals_type.html │ ├── globals_vars.html │ ├── gpio_8cpp.html │ ├── gpio_8cpp__dep__incl.map │ ├── gpio_8cpp__dep__incl.md5 │ ├── gpio_8cpp__dep__incl.png │ ├── gpio_8cpp__incl.map │ ├── gpio_8cpp__incl.md5 │ ├── gpio_8cpp__incl.png │ ├── gpio_8cpp_source.html │ ├── gpio_8h.html │ ├── gpio_8h__dep__incl.map │ ├── gpio_8h__dep__incl.md5 │ ├── gpio_8h__dep__incl.png │ ├── gpio_8h__incl.map │ ├── gpio_8h__incl.md5 │ ├── gpio_8h__incl.png │ ├── gpio_8h_source.html │ ├── gpio__input_8cpp.html │ ├── gpio__input_8cpp.js │ ├── gpio__input_8cpp__incl.map │ ├── gpio__input_8cpp__incl.md5 │ ├── gpio__input_8cpp__incl.png │ ├── gpio__input_8cpp_source.html │ ├── gpio__output_8cpp.html │ ├── gpio__output_8cpp.js │ ├── gpio__output_8cpp__incl.map │ ├── gpio__output_8cpp__incl.md5 │ ├── gpio__output_8cpp__incl.png │ ├── gpio__output_8cpp_source.html │ ├── graph_legend.html │ ├── graph_legend.md5 │ ├── graph_legend.png │ ├── i2c_8h.html │ ├── i2c_8h__dep__incl.map │ ├── i2c_8h__dep__incl.md5 │ ├── i2c_8h__dep__incl.png │ ├── i2c_8h__incl.map │ ├── i2c_8h__incl.md5 │ ├── i2c_8h__incl.png │ ├── i2c_8h_source.html │ ├── includes_8h.html │ ├── includes_8h.js │ ├── includes_8h__dep__incl.map │ ├── includes_8h__dep__incl.md5 │ ├── includes_8h__dep__incl.png │ ├── includes_8h__incl.map │ ├── includes_8h__incl.md5 │ ├── includes_8h__incl.png │ ├── includes_8h_source.html │ ├── index.html │ ├── jquery.js │ ├── ledblink_8cpp.html │ ├── ledblink_8cpp.js │ ├── ledblink_8cpp__incl.map │ ├── ledblink_8cpp__incl.md5 │ ├── ledblink_8cpp__incl.png │ ├── ledblink_8cpp_source.html │ ├── mail-send_8cpp.html │ ├── mail-send_8cpp.js │ ├── mail-send_8cpp__incl.map │ ├── mail-send_8cpp__incl.md5 │ ├── mail-send_8cpp__incl.png │ ├── mail-send_8cpp_source.html │ ├── mcp4728_8cpp.html │ ├── mcp4728_8cpp.js │ ├── mcp4728_8cpp__incl.map │ ├── mcp4728_8cpp__incl.md5 │ ├── mcp4728_8cpp__incl.png │ ├── mcp4728_8cpp_source.html │ ├── module__adc_8h.html │ ├── module__adc_8h__dep__incl.map │ ├── module__adc_8h__dep__incl.md5 │ ├── module__adc_8h__dep__incl.png │ ├── module__adc_8h__incl.map │ ├── module__adc_8h__incl.md5 │ ├── module__adc_8h__incl.png │ ├── module__adc_8h_source.html │ ├── module__dac_8h.html │ ├── module__dac_8h__dep__incl.map │ ├── module__dac_8h__dep__incl.md5 │ ├── module__dac_8h__dep__incl.png │ ├── module__dac_8h__incl.map │ ├── module__dac_8h__incl.md5 │ ├── module__dac_8h__incl.png │ ├── module__dac_8h_source.html │ ├── module__dogm_8cpp.html │ ├── module__dogm_8cpp__incl.map │ ├── module__dogm_8cpp__incl.md5 │ ├── module__dogm_8cpp__incl.png │ ├── module__dogm_8cpp_source.html │ ├── module__dogm_8h.html │ ├── module__dogm_8h__dep__incl.map │ ├── module__dogm_8h__dep__incl.md5 │ ├── module__dogm_8h__dep__incl.png │ ├── module__dogm_8h__incl.map │ ├── module__dogm_8h__incl.md5 │ ├── module__dogm_8h__incl.png │ ├── module__dogm_8h_source.html │ ├── module__lcd_8cpp.html │ ├── module__lcd_8cpp__incl.map │ ├── module__lcd_8cpp__incl.md5 │ ├── module__lcd_8cpp__incl.png │ ├── module__lcd_8cpp_source.html │ ├── module__lcd_8h.html │ ├── module__lcd_8h.js │ ├── module__lcd_8h__dep__incl.map │ ├── module__lcd_8h__dep__incl.md5 │ ├── module__lcd_8h__dep__incl.png │ ├── module__lcd_8h_source.html │ ├── module__lcd__2x16_8cpp.html │ ├── module__lcd__2x16_8cpp.js │ ├── module__lcd__2x16_8cpp__incl.map │ ├── module__lcd__2x16_8cpp__incl.md5 │ ├── module__lcd__2x16_8cpp__incl.png │ ├── module__lcd__2x16_8cpp_source.html │ ├── module__lcd__4x20_8cpp.html │ ├── module__lcd__4x20_8cpp.js │ ├── module__lcd__4x20_8cpp__incl.map │ ├── module__lcd__4x20_8cpp__incl.md5 │ ├── module__lcd__4x20_8cpp__incl.png │ ├── module__lcd__4x20_8cpp_source.html │ ├── module__lm75_8cpp.html │ ├── module__lm75_8cpp__incl.map │ ├── module__lm75_8cpp__incl.md5 │ ├── module__lm75_8cpp__incl.png │ ├── module__lm75_8cpp_source.html │ ├── module__lm75_8h.html │ ├── module__lm75_8h__dep__incl.map │ ├── module__lm75_8h__dep__incl.md5 │ ├── module__lm75_8h__dep__incl.png │ ├── module__lm75_8h__incl.map │ ├── module__lm75_8h__incl.md5 │ ├── module__lm75_8h__incl.png │ ├── module__lm75_8h_source.html │ ├── module__pca9555_8h.html │ ├── module__pca9555_8h__dep__incl.map │ ├── module__pca9555_8h__dep__incl.md5 │ ├── module__pca9555_8h__dep__incl.png │ ├── module__pca9555_8h__incl.map │ ├── module__pca9555_8h__incl.md5 │ ├── module__pca9555_8h__incl.png │ ├── module__pca9555_8h_source.html │ ├── module__relay_8h.html │ ├── module__relay_8h__dep__incl.map │ ├── module__relay_8h__dep__incl.md5 │ ├── module__relay_8h__dep__incl.png │ ├── module__relay_8h__incl.map │ ├── module__relay_8h__incl.md5 │ ├── module__relay_8h__incl.png │ ├── module__relay_8h_source.html │ ├── module__step2_8cpp.html │ ├── module__step2_8cpp.js │ ├── module__step2_8cpp__incl.map │ ├── module__step2_8cpp__incl.md5 │ ├── module__step2_8cpp__incl.png │ ├── module__step2_8cpp_source.html │ ├── module__step_8h.html │ ├── module__step_8h__dep__incl.map │ ├── module__step_8h__dep__incl.md5 │ ├── module__step_8h__dep__incl.png │ ├── module__step_8h_source.html │ ├── module__temperature_8cpp.html │ ├── module__temperature_8cpp.js │ ├── module__temperature_8cpp__incl.map │ ├── module__temperature_8cpp__incl.md5 │ ├── module__temperature_8cpp__incl.png │ ├── module__temperature_8cpp_source.html │ ├── modules_2module__adc_8cpp.html │ ├── modules_2module__adc_8cpp__incl.map │ ├── modules_2module__adc_8cpp__incl.md5 │ ├── modules_2module__adc_8cpp__incl.png │ ├── modules_2module__adc_8cpp_source.html │ ├── modules_2module__dac_8cpp.html │ ├── modules_2module__dac_8cpp__incl.map │ ├── modules_2module__dac_8cpp__incl.md5 │ ├── modules_2module__dac_8cpp__incl.png │ ├── modules_2module__dac_8cpp_source.html │ ├── modules_2module__pca9555_8cpp.html │ ├── modules_2module__pca9555_8cpp__dep__incl.map │ ├── modules_2module__pca9555_8cpp__dep__incl.md5 │ ├── modules_2module__pca9555_8cpp__dep__incl.png │ ├── modules_2module__pca9555_8cpp__incl.map │ ├── modules_2module__pca9555_8cpp__incl.md5 │ ├── modules_2module__pca9555_8cpp__incl.png │ ├── modules_2module__pca9555_8cpp_source.html │ ├── modules_2module__relay_8cpp.html │ ├── modules_2module__relay_8cpp__incl.map │ ├── modules_2module__relay_8cpp__incl.md5 │ ├── modules_2module__relay_8cpp__incl.png │ ├── modules_2module__relay_8cpp_source.html │ ├── modules_2module__step_8cpp.html │ ├── modules_2module__step_8cpp.js │ ├── modules_2module__step_8cpp__incl.map │ ├── modules_2module__step_8cpp__incl.md5 │ ├── modules_2module__step_8cpp__incl.png │ ├── modules_2module__step_8cpp_source.html │ ├── nav_f.png │ ├── nav_g.png │ ├── nav_h.png │ ├── navtree.css │ ├── navtree.js │ ├── navtreeindex.js │ ├── navtreeindex0.js │ ├── navtreeindex1.js │ ├── navtreeindex2.js │ ├── open.png │ ├── printer_8cpp.html │ ├── printer_8cpp.js │ ├── printer_8cpp__incl.map │ ├── printer_8cpp__incl.md5 │ ├── printer_8cpp__incl.png │ ├── printer_8cpp_source.html │ ├── printer__temp_8cpp.html │ ├── printer__temp_8cpp.js │ ├── printer__temp_8cpp__incl.map │ ├── printer__temp_8cpp__incl.md5 │ ├── printer__temp_8cpp__incl.png │ ├── printer__temp_8cpp_source.html │ ├── pwm_8cpp.html │ ├── pwm_8cpp__incl.map │ ├── pwm_8cpp__incl.md5 │ ├── pwm_8cpp__incl.png │ ├── pwm_8cpp_source.html │ ├── pwm_8h.html │ ├── pwm_8h__dep__incl.map │ ├── pwm_8h__dep__incl.md5 │ ├── pwm_8h__dep__incl.png │ ├── pwm_8h__incl.map │ ├── pwm_8h__incl.md5 │ ├── pwm_8h__incl.png │ ├── pwm_8h_source.html │ ├── pwm__signal_8cpp.html │ ├── pwm__signal_8cpp.js │ ├── pwm__signal_8cpp__incl.map │ ├── pwm__signal_8cpp__incl.md5 │ ├── pwm__signal_8cpp__incl.png │ ├── pwm__signal_8cpp_source.html │ ├── resize.js │ ├── serial_8cpp.html │ ├── serial_8cpp.js │ ├── serial_8cpp__incl.map │ ├── serial_8cpp__incl.md5 │ ├── serial_8cpp__incl.png │ ├── serial_8cpp_source.html │ ├── serial_8h.html │ ├── serial_8h__dep__incl.map │ ├── serial_8h__dep__incl.md5 │ ├── serial_8h__dep__incl.png │ ├── serial_8h__incl.map │ ├── serial_8h__incl.md5 │ ├── serial_8h__incl.png │ ├── serial_8h_source.html │ ├── spi_8h.html │ ├── spi_8h__dep__incl.map │ ├── spi_8h__dep__incl.md5 │ ├── spi_8h__dep__incl.png │ ├── spi_8h__incl.map │ ├── spi_8h__incl.md5 │ ├── spi_8h__incl.png │ ├── spi_8h_source.html │ ├── sync_off.png │ ├── sync_on.png │ ├── tab_a.png │ ├── tab_b.png │ ├── tab_h.png │ ├── tab_s.png │ └── tabs.css ├── drivers ├── adc.cpp ├── adc.h ├── gpio.cpp ├── gpio.h ├── i2c.cpp ├── i2c.h ├── pwm.cpp ├── pwm.h ├── serial.cpp ├── serial.h ├── spi.cpp └── spi.h ├── examples ├── Makefile ├── adc.cpp ├── csv-parse.cpp ├── gpio_input.cpp ├── gpio_output.cpp ├── i2c.cpp ├── ledblink.cpp ├── mail-send.cpp ├── mcp4728.cpp ├── module_adc.cpp ├── module_adc_12_bit.cpp ├── module_dac.cpp ├── module_lcd_2x16.cpp ├── module_lcd_4x20.cpp ├── module_pca9555.cpp ├── module_relay.cpp ├── module_step.cpp ├── module_step2.cpp ├── module_temperature.cpp ├── printer.cpp ├── printer_temp.cpp ├── pwm_signal.cpp └── spi.cpp ├── gnublin-tools.deb ├── gnublin-tools ├── gnublin-adcmod │ ├── Makefile │ └── gnublin-adcmod.cpp ├── gnublin-adcmod_12_bit │ ├── Makefile │ ├── gnublin-adcmod_12_bit │ └── gnublin-adcmod_12_bit.cpp ├── gnublin-dac │ ├── Makefile │ └── gnublin-dac.cpp ├── gnublin-dogm │ ├── Makefile │ └── gnublin-dogm.cpp ├── gnublin-gpio │ ├── Makefile │ └── gnublin-gpio.cpp ├── gnublin-lcd │ ├── Makefile │ └── gnublin-lcd.cpp ├── gnublin-lm75 │ ├── Makefile │ └── gnublin-lm75.cpp ├── gnublin-pca9555 │ ├── Makefile │ └── gnublin-pca9555.cpp ├── gnublin-relay │ ├── Makefile │ └── gnublin-relay.cpp └── gnublin-step │ ├── Makefile │ └── gnublin-step.cpp ├── gnublin.cpp ├── gnublin.h ├── include ├── functions.cpp ├── functions.h └── includes.h ├── lgpl-3.0.txt ├── library ├── csv │ ├── csv.cpp │ └── csv.h └── mail │ ├── CSmtp.cpp │ ├── CSmtp.h │ ├── base64.cpp │ └── base64.h ├── misc └── gnublin-menu │ ├── Makefile │ ├── gnublin-menu.c │ ├── gnublin-menu.h │ └── main.c ├── modules ├── module_adc.cpp ├── module_adc.h ├── module_adc_12_bit.cpp ├── module_adc_12_bit.h ├── module_dac.cpp ├── module_dac.h ├── module_dogm.cpp ├── module_dogm.h ├── module_lcd.cpp ├── module_lcd.h ├── module_lm75.cpp ├── module_lm75.h ├── module_pca9555.cpp ├── module_pca9555.h ├── module_relay.cpp ├── module_relay.h ├── module_step.cpp └── module_step.h ├── python-module └── gnublin │ ├── _gnublin.so │ └── gnublin.py ├── python2.6 ├── Python-ast.h ├── Python.h ├── abstract.h ├── asdl.h ├── ast.h ├── bitset.h ├── boolobject.h ├── bufferobject.h ├── bytearrayobject.h ├── bytes_methods.h ├── bytesobject.h ├── cStringIO.h ├── cellobject.h ├── ceval.h ├── classobject.h ├── cobject.h ├── code.h ├── codecs.h ├── compile.h ├── complexobject.h ├── datetime.h ├── descrobject.h ├── dictobject.h ├── enumobject.h ├── errcode.h ├── eval.h ├── fileobject.h ├── floatobject.h ├── frameobject.h ├── funcobject.h ├── genobject.h ├── graminit.h ├── grammar.h ├── import.h ├── intobject.h ├── intrcheck.h ├── iterobject.h ├── listobject.h ├── longintrepr.h ├── longobject.h ├── marshal.h ├── metagrammar.h ├── methodobject.h ├── modsupport.h ├── moduleobject.h ├── node.h ├── numpy │ ├── __multiarray_api.h │ ├── __ufunc_api.h │ ├── _neighborhood_iterator_imp.h │ ├── _numpyconfig.h │ ├── arraybase.h │ ├── arrayobject.h │ ├── arrayscalars.h │ ├── cfunc.h │ ├── ieeespecial.h │ ├── libnumarray.h │ ├── multiarray_api.txt │ ├── ndarrayobject.h │ ├── noprefix.h │ ├── npy_common.h │ ├── npy_cpu.h │ ├── npy_endian.h │ ├── npy_interrupt.h │ ├── npy_math.h │ ├── npy_os.h │ ├── numcomplex.h │ ├── nummacro.h │ ├── numpyconfig.h │ ├── old_defines.h │ ├── oldnumeric.h │ ├── ufunc_api.txt │ ├── ufuncobject.h │ └── utils.h ├── object.h ├── objimpl.h ├── opcode.h ├── osdefs.h ├── parsetok.h ├── patchlevel.h ├── pgen.h ├── pgenheaders.h ├── py_curses.h ├── pyarena.h ├── pyconfig.h ├── pydebug.h ├── pyerrors.h ├── pyexpat.h ├── pyfpe.h ├── pygetopt.h ├── pymacconfig.h ├── pymactoolbox.h ├── pymath.h ├── pymem.h ├── pyport.h ├── pystate.h ├── pystrcmp.h ├── pystrtod.h ├── pythonrun.h ├── pythread.h ├── rangeobject.h ├── setobject.h ├── sliceobject.h ├── stringobject.h ├── structmember.h ├── structseq.h ├── symtable.h ├── sysmodule.h ├── timefuncs.h ├── token.h ├── traceback.h ├── tupleobject.h ├── ucnhash.h ├── unicodeobject.h ├── warnings.h └── weakrefobject.h └── test-gnublin-tools.sh /.gitignore: -------------------------------------------------------------------------------- 1 | *.[oa] 2 | *.so.* 3 | *~ 4 | gnublin.i 5 | -------------------------------------------------------------------------------- /applications/gnublin-clock/Makefile: -------------------------------------------------------------------------------- 1 | objects = clock 2 | 3 | all: gnublin.o $(objects) 4 | 5 | gnublin.o: gnublin.cpp gnublin.h 6 | arm-linux-gnueabi-g++ -c gnublin.cpp 7 | 8 | $(objects): $(objects).cpp gnublin.o 9 | arm-linux-gnueabi-g++ -o $(objects) $(objects).cpp gnublin.o -Wall 10 | 11 | clean: 12 | rm -Rf *.o $(objects) 13 | 14 | -------------------------------------------------------------------------------- /applications/gnublin-noteprinter/application.h: -------------------------------------------------------------------------------- 1 | #ifndef APPLICATION_H 2 | #define APPLICATION_H 3 | 4 | #include 5 | #include 6 | 7 | using namespace std; 8 | 9 | #define KEY_ARROW_RIGHT 4 10 | #define KEY_ARROW_LEFT 5 11 | #define KEY_ARROW_DOWN 6 12 | #define KEY_ARROW_UP 7 13 | #define KEY_BACKSPACE 8 14 | #define KEY_TAB 9 15 | #define KEY_ENTER 10 16 | 17 | 18 | unsigned char application_hid_to_ascii(char *buffer); 19 | #endif 20 | -------------------------------------------------------------------------------- /applications/gnublin-noteprinter/defines.h: -------------------------------------------------------------------------------- 1 | #ifndef DEFINES_H 2 | #define DEFINES_H 3 | 4 | #define LINES 4 5 | #define ROWS 20 6 | enum State { MAIN, TITLE, WHO, DESCRIPTION, TIME, PRINT }; 7 | #endif 8 | -------------------------------------------------------------------------------- /applications/gnublin-noteprinter/display.h: -------------------------------------------------------------------------------- 1 | #ifndef DISPLAY_H 2 | #define DISPLAY_H 3 | 4 | #include "gnublin.h" 5 | #include "defines.h" 6 | 7 | class Display { 8 | int old_cursor; 9 | gnublin_module_lcd lcd; 10 | int charcnt; 11 | int line; 12 | State currentState; 13 | unsigned char old_output[LINES*ROWS]; 14 | 15 | public: 16 | Display(); 17 | void write(unsigned char output[], int cursorpos); 18 | }; 19 | #endif 20 | -------------------------------------------------------------------------------- /applications/gnublin-noteprinter/display_buffer.h: -------------------------------------------------------------------------------- 1 | #ifndef DISPLAYBUF_H 2 | #define DISPLAYBUF_H 3 | 4 | #include "display.h" 5 | #include "defines.h" 6 | 7 | using namespace std; 8 | 9 | class DisplayBuffer { 10 | int cursorbuf; 11 | unsigned char displaybuf[LINES*ROWS]; 12 | Display lcdisplay; 13 | public: 14 | DisplayBuffer(); 15 | void setText(int line, int row, const char *text); 16 | void setCursor(int pos); 17 | void printOnDisplay(); 18 | void flushBuffer(); 19 | }; 20 | #endif 21 | -------------------------------------------------------------------------------- /applications/gnublin-noteprinter/keyboard.h: -------------------------------------------------------------------------------- 1 | #ifndef KEYBOARD_H 2 | #define KEYBOARD_H 3 | 4 | #include 5 | #include 6 | 7 | usb_dev_handle* keyboard_init(); 8 | void keyboard_close(usb_dev_handle* udev); 9 | void getInput(usb_dev_handle* udev, char *buffer); 10 | #endif 11 | -------------------------------------------------------------------------------- /applications/gnublin-noteprinter/screens.h: -------------------------------------------------------------------------------- 1 | #ifndef SCREEN_H 2 | #define SCREEN_H 3 | 4 | #include "display_buffer.h" 5 | #include "note.h" 6 | 7 | extern Note Scrumnote; 8 | 9 | class Screens { 10 | DisplayBuffer lcdbuf; 11 | public: 12 | void MainScreen(); 13 | void TitleScreen(); 14 | void WhoScreen(); 15 | void DescriptionScreen(); 16 | void TimeScreen(); 17 | void PrintScreen(); 18 | }; 19 | #endif 20 | -------------------------------------------------------------------------------- /applications/gnublin-webradio/playlist.m3u: -------------------------------------------------------------------------------- 1 | http://mp3.webradio.rockantenne.de:80 2 | http://gffstream.ic.llnwd.net/stream/gffstream_w12a 3 | http://mp3.webradio.antenne.de:80 4 | -------------------------------------------------------------------------------- /doc/html_de/CSmtp_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_de/CSmtp_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | a3b137a1c9d416b1073e2dd1790f1c98 -------------------------------------------------------------------------------- /doc/html_de/CSmtp_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/CSmtp_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/CSmtp_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/CSmtp_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 0a0dc1527d3e9d97aa527640f12e103f -------------------------------------------------------------------------------- /doc/html_de/CSmtp_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/CSmtp_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/CSmtp_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/CSmtp_8h__incl.md5: -------------------------------------------------------------------------------- 1 | aaad6c3829f476a195f685878dd1e84e -------------------------------------------------------------------------------- /doc/html_de/CSmtp_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/CSmtp_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/adc_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/adc_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 4fdb8ffac9c46dbefacb3d47762dc598 -------------------------------------------------------------------------------- /doc/html_de/adc_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/adc_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/adc_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_de/adc_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 0a72dbdb8aee44f4721c389ad4cdf943 -------------------------------------------------------------------------------- /doc/html_de/adc_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/adc_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/base64_8cpp.js: -------------------------------------------------------------------------------- 1 | var base64_8cpp = 2 | [ 3 | [ "base64_decode", "base64_8cpp.html#a70c8cda20425a7870ddfb58ff3cff5eb", null ], 4 | [ "base64_encode", "base64_8cpp.html#af218d8d076a8a9ee46abf1e5c368c84f", null ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_de/base64_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/base64_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | d41dc2e09db07eb7857d068d082099c1 -------------------------------------------------------------------------------- /doc/html_de/base64_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/base64_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/base64_8h.js: -------------------------------------------------------------------------------- 1 | var base64_8h = 2 | [ 3 | [ "base64_decode", "base64_8h.html#a106490c99e374daddc9575ce945d8ba0", null ], 4 | [ "base64_encode", "base64_8h.html#a3409fa3795f44deb77fe72094084d020", null ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_de/base64_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_de/base64_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 94745c997b5d7c973cd8bb547a066e60 -------------------------------------------------------------------------------- /doc/html_de/base64_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/base64_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/base64_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/base64_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 9caa142a7ab48e436a2d0f75002f81a2 -------------------------------------------------------------------------------- /doc/html_de/base64_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/base64_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/bc_s.png -------------------------------------------------------------------------------- /doc/html_de/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/bdwn.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__adc__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__adc__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 7cfe6ee74df7efb10215f05ed74abb18 -------------------------------------------------------------------------------- /doc/html_de/classgnublin__adc__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__adc__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__csv__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__csv__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6794c3f0bb9f2b13b928b611abea653f -------------------------------------------------------------------------------- /doc/html_de/classgnublin__csv__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__csv__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__gpio__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__gpio__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 0befe8112168490422a6ef7a832e17e8 -------------------------------------------------------------------------------- /doc/html_de/classgnublin__gpio__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__gpio__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__i2c__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__i2c__coll__graph.md5: -------------------------------------------------------------------------------- 1 | de351e11ee13dd4023f44eee8a3e2b3f -------------------------------------------------------------------------------- /doc/html_de/classgnublin__i2c__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__i2c__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__adc__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__adc__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 8debcd6b5b356ebc3f5d05cc65384338 -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__adc__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__module__adc__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__dac__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__dac__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 3bec5c5e483362630fcc875246364f13 -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__dac__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__module__dac__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__dogm__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__dogm__coll__graph.md5: -------------------------------------------------------------------------------- 1 | dab7c914a24467133023ce6fb7056e52 -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__dogm__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__module__dogm__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__lcd__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__lcd__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 113baed6f642e2ba508567b4d53cbf2e -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__lcd__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__module__lcd__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__lm75__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__lm75__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 76396f396186913b9aa31d0ce3634459 -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__lm75__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__module__lm75__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__pca9555__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__pca9555__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 80d683ac3c2d0c9e0cc968c26243f325 -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__pca9555__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__module__pca9555__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__relay__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__relay__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 68f2ec9ab2c76db4c45e60d73fee7353 -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__relay__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__module__relay__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__step__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__step__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 69a938db6bc0457762ce1c55d31ed595 -------------------------------------------------------------------------------- /doc/html_de/classgnublin__module__step__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__module__step__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__pwm.js: -------------------------------------------------------------------------------- 1 | var classgnublin__pwm = 2 | [ 3 | [ "gnublin_pwm", "classgnublin__pwm.html#a9fcd9292cd8357d0eb2b700987539954", null ], 4 | [ "setClock", "classgnublin__pwm.html#ab56c23c911dc00f8ec9c545218c6cb44", null ], 5 | [ "setValue", "classgnublin__pwm.html#a42f651322db9414e1bdc009cbc2bbbe8", null ] 6 | ]; -------------------------------------------------------------------------------- /doc/html_de/classgnublin__pwm__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__pwm__coll__graph.md5: -------------------------------------------------------------------------------- 1 | df7feed230ff574d0ffad223afaed0f8 -------------------------------------------------------------------------------- /doc/html_de/classgnublin__pwm__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__pwm__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__serial__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__serial__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ffbca02592b68d4bfa6bc930864cd021 -------------------------------------------------------------------------------- /doc/html_de/classgnublin__serial__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__serial__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__smtp__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__smtp__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 2de75f36260bf133349e7d7952f97541 -------------------------------------------------------------------------------- /doc/html_de/classgnublin__smtp__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__smtp__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/classgnublin__spi__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/classgnublin__spi__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ceefc6ed44c74f09e609a2fda64f7230 -------------------------------------------------------------------------------- /doc/html_de/classgnublin__spi__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/classgnublin__spi__coll__graph.png -------------------------------------------------------------------------------- /doc/html_de/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/closed.png -------------------------------------------------------------------------------- /doc/html_de/csv-parse_8cpp.js: -------------------------------------------------------------------------------- 1 | var csv_parse_8cpp = 2 | [ 3 | [ "main", "csv-parse_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/csv-parse_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/csv-parse_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 171d648d0e67800526546cbe65196c5a -------------------------------------------------------------------------------- /doc/html_de/csv-parse_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/csv-parse_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/csv_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/csv_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 5d4b1e88f12b96f29cba1bf8abb357bf -------------------------------------------------------------------------------- /doc/html_de/csv_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/csv_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/csv_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/csv_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 42ac31a7bc2ed12854810031f3ac1877 -------------------------------------------------------------------------------- /doc/html_de/csv_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/csv_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/csv_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/csv_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 7e4e653f7d09c8821fe4551a683b3c96 -------------------------------------------------------------------------------- /doc/html_de/csv_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/csv_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/dir_14bc92f4b96c8519b376567118ac28b3_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_de/dir_14bc92f4b96c8519b376567118ac28b3_dep.md5: -------------------------------------------------------------------------------- 1 | f5230c9e7044f9ddae853f437d4d66f4 -------------------------------------------------------------------------------- /doc/html_de/dir_14bc92f4b96c8519b376567118ac28b3_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/dir_14bc92f4b96c8519b376567118ac28b3_dep.png -------------------------------------------------------------------------------- /doc/html_de/dir_d28a4824dc47e487b107a5db32ef43c4_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/dir_d28a4824dc47e487b107a5db32ef43c4_dep.md5: -------------------------------------------------------------------------------- 1 | 69b3e17b2d0f35835059837597cc446b -------------------------------------------------------------------------------- /doc/html_de/dir_d28a4824dc47e487b107a5db32ef43c4_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/dir_d28a4824dc47e487b107a5db32ef43c4_dep.png -------------------------------------------------------------------------------- /doc/html_de/dir_d44c64559bbebec7f509842c48db8b23.js: -------------------------------------------------------------------------------- 1 | var dir_d44c64559bbebec7f509842c48db8b23 = 2 | [ 3 | [ "functions.cpp", "functions_8cpp.html", "functions_8cpp" ], 4 | [ "functions.h", "functions_8h.html", "functions_8h" ], 5 | [ "includes.h", "includes_8h.html", "includes_8h" ] 6 | ]; -------------------------------------------------------------------------------- /doc/html_de/dir_d44c64559bbebec7f509842c48db8b23_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/dir_d44c64559bbebec7f509842c48db8b23_dep.md5: -------------------------------------------------------------------------------- 1 | 2bcd495df4f645331d5fa1a762fad147 -------------------------------------------------------------------------------- /doc/html_de/dir_d44c64559bbebec7f509842c48db8b23_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/dir_d44c64559bbebec7f509842c48db8b23_dep.png -------------------------------------------------------------------------------- /doc/html_de/dir_e05d7e2b1ecd646af5bb94391405f3b5_dep.md5: -------------------------------------------------------------------------------- 1 | 7025218d804ee62b1356872ae719e3c2 -------------------------------------------------------------------------------- /doc/html_de/dir_e05d7e2b1ecd646af5bb94391405f3b5_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/dir_e05d7e2b1ecd646af5bb94391405f3b5_dep.png -------------------------------------------------------------------------------- /doc/html_de/dir_e0a5ba7d9f4af95ae9f19aeab61b647b.js: -------------------------------------------------------------------------------- 1 | var dir_e0a5ba7d9f4af95ae9f19aeab61b647b = 2 | [ 3 | [ "base64.cpp", "base64_8cpp.html", "base64_8cpp" ], 4 | [ "base64.h", "base64_8h.html", "base64_8h" ], 5 | [ "CSmtp.cpp", "CSmtp_8cpp.html", null ], 6 | [ "CSmtp.h", "CSmtp_8h.html", "CSmtp_8h" ] 7 | ]; -------------------------------------------------------------------------------- /doc/html_de/dir_e0a5ba7d9f4af95ae9f19aeab61b647b_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_de/dir_e0a5ba7d9f4af95ae9f19aeab61b647b_dep.md5: -------------------------------------------------------------------------------- 1 | a23dfbd13dc39c878ea2e3c6f81b0855 -------------------------------------------------------------------------------- /doc/html_de/dir_e0a5ba7d9f4af95ae9f19aeab61b647b_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/dir_e0a5ba7d9f4af95ae9f19aeab61b647b_dep.png -------------------------------------------------------------------------------- /doc/html_de/dir_e3d620c6b6fdb93ed3bc6186215bde2e.js: -------------------------------------------------------------------------------- 1 | var dir_e3d620c6b6fdb93ed3bc6186215bde2e = 2 | [ 3 | [ "csv", "dir_eea1bb687171681cb3233bae8d66cdaf.html", "dir_eea1bb687171681cb3233bae8d66cdaf" ], 4 | [ "mail", "dir_e0a5ba7d9f4af95ae9f19aeab61b647b.html", "dir_e0a5ba7d9f4af95ae9f19aeab61b647b" ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_de/dir_e3d620c6b6fdb93ed3bc6186215bde2e_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_de/dir_e3d620c6b6fdb93ed3bc6186215bde2e_dep.md5: -------------------------------------------------------------------------------- 1 | d9192ae13e97c6599efab97b812c0d93 -------------------------------------------------------------------------------- /doc/html_de/dir_e3d620c6b6fdb93ed3bc6186215bde2e_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/dir_e3d620c6b6fdb93ed3bc6186215bde2e_dep.png -------------------------------------------------------------------------------- /doc/html_de/dir_eea1bb687171681cb3233bae8d66cdaf.js: -------------------------------------------------------------------------------- 1 | var dir_eea1bb687171681cb3233bae8d66cdaf = 2 | [ 3 | [ "csv.cpp", "csv_8cpp.html", null ], 4 | [ "csv.h", "csv_8h.html", [ 5 | [ "gnublin_csv", "classgnublin__csv.html", "classgnublin__csv" ] 6 | ] ] 7 | ]; -------------------------------------------------------------------------------- /doc/html_de/dir_eea1bb687171681cb3233bae8d66cdaf_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_de/dir_eea1bb687171681cb3233bae8d66cdaf_dep.md5: -------------------------------------------------------------------------------- 1 | 8810806f8b6ce1431f84691d5e358195 -------------------------------------------------------------------------------- /doc/html_de/dir_eea1bb687171681cb3233bae8d66cdaf_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/dir_eea1bb687171681cb3233bae8d66cdaf_dep.png -------------------------------------------------------------------------------- /doc/html_de/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/doxygen.png -------------------------------------------------------------------------------- /doc/html_de/drivers_2adc_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_de/drivers_2adc_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | a613e48d9c3c81d99dede9040d2e0dc9 -------------------------------------------------------------------------------- /doc/html_de/drivers_2adc_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/drivers_2adc_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/drivers_2i2c_8cpp.js: -------------------------------------------------------------------------------- 1 | var drivers_2i2c_8cpp = 2 | [ 3 | [ "DEFAULTDEVICE", "drivers_2i2c_8cpp.html#a39d1865874c6f78a4e299994aaf55e3b", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/drivers_2i2c_8cpp__dep__incl.md5: -------------------------------------------------------------------------------- 1 | e0069c04068d2d409a59d34a523af1a2 -------------------------------------------------------------------------------- /doc/html_de/drivers_2i2c_8cpp__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/drivers_2i2c_8cpp__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/drivers_2i2c_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_de/drivers_2i2c_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | dd2b78bef9517a6a629ac091e2b0726b -------------------------------------------------------------------------------- /doc/html_de/drivers_2i2c_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/drivers_2i2c_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/drivers_2spi_8cpp__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_de/drivers_2spi_8cpp__dep__incl.md5: -------------------------------------------------------------------------------- 1 | d011f00578b4cc1ea5ccab32f1fca2f8 -------------------------------------------------------------------------------- /doc/html_de/drivers_2spi_8cpp__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/drivers_2spi_8cpp__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/drivers_2spi_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_de/drivers_2spi_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 50212ebba47a548b5b7924c6a34efbbc -------------------------------------------------------------------------------- /doc/html_de/drivers_2spi_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/drivers_2spi_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/examples_2adc_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2adc_8cpp = 2 | [ 3 | [ "main", "examples_2adc_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/examples_2adc_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/examples_2adc_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 8083944f4f6d2db42904b38b99ea1f30 -------------------------------------------------------------------------------- /doc/html_de/examples_2adc_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/examples_2adc_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/examples_2i2c_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2i2c_8cpp = 2 | [ 3 | [ "main", "examples_2i2c_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/examples_2i2c_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/examples_2i2c_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | df4436b909a8250eaabf654e82815084 -------------------------------------------------------------------------------- /doc/html_de/examples_2i2c_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/examples_2i2c_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/examples_2module__adc_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2module__adc_8cpp = 2 | [ 3 | [ "main", "examples_2module__adc_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/examples_2module__adc_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/examples_2module__adc_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 92ff201d8cf1abc423e53d0540ebca36 -------------------------------------------------------------------------------- /doc/html_de/examples_2module__adc_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/examples_2module__adc_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/examples_2module__dac_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2module__dac_8cpp = 2 | [ 3 | [ "main", "examples_2module__dac_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/examples_2module__dac_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/examples_2module__dac_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | da9faf6268aa0132a0de9465406ac1a3 -------------------------------------------------------------------------------- /doc/html_de/examples_2module__dac_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/examples_2module__dac_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/examples_2module__pca9555_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2module__pca9555_8cpp = 2 | [ 3 | [ "main", "examples_2module__pca9555_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/examples_2module__pca9555_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/examples_2module__pca9555_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 41ca4c73bb0ee20ac4f48a658b758be1 -------------------------------------------------------------------------------- /doc/html_de/examples_2module__pca9555_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/examples_2module__pca9555_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/examples_2module__relay_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2module__relay_8cpp = 2 | [ 3 | [ "main", "examples_2module__relay_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/examples_2module__relay_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/examples_2module__relay_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 4c54d9a43ad3ff91e9d8f7984beaca75 -------------------------------------------------------------------------------- /doc/html_de/examples_2module__relay_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/examples_2module__relay_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/examples_2module__step_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2module__step_8cpp = 2 | [ 3 | [ "main", "examples_2module__step_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ], 4 | [ "Motor", "examples_2module__step_8cpp.html#ae6d8a7256489202f0beccf3e57edb553", null ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_de/examples_2module__step_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/examples_2module__step_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 3a11d2d0a3a80e5c1e780a933ea4dd77 -------------------------------------------------------------------------------- /doc/html_de/examples_2module__step_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/examples_2module__step_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/examples_2spi_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2spi_8cpp = 2 | [ 3 | [ "BOARD", "examples_2spi_8cpp.html#a51ed2bd47e7f4b9e8c005338d2b5d965", null ], 4 | [ "main", "examples_2spi_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_de/examples_2spi_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/examples_2spi_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 69730b6f76abd08ef418a6aa6f98bfc3 -------------------------------------------------------------------------------- /doc/html_de/examples_2spi_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/examples_2spi_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/ftv2blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2blank.png -------------------------------------------------------------------------------- /doc/html_de/ftv2cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2cl.png -------------------------------------------------------------------------------- /doc/html_de/ftv2doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2doc.png -------------------------------------------------------------------------------- /doc/html_de/ftv2folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2folderclosed.png -------------------------------------------------------------------------------- /doc/html_de/ftv2folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2folderopen.png -------------------------------------------------------------------------------- /doc/html_de/ftv2lastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2lastnode.png -------------------------------------------------------------------------------- /doc/html_de/ftv2link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2link.png -------------------------------------------------------------------------------- /doc/html_de/ftv2mlastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2mlastnode.png -------------------------------------------------------------------------------- /doc/html_de/ftv2mnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2mnode.png -------------------------------------------------------------------------------- /doc/html_de/ftv2mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2mo.png -------------------------------------------------------------------------------- /doc/html_de/ftv2node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2node.png -------------------------------------------------------------------------------- /doc/html_de/ftv2ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2ns.png -------------------------------------------------------------------------------- /doc/html_de/ftv2plastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2plastnode.png -------------------------------------------------------------------------------- /doc/html_de/ftv2pnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2pnode.png -------------------------------------------------------------------------------- /doc/html_de/ftv2splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2splitbar.png -------------------------------------------------------------------------------- /doc/html_de/ftv2vertline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ftv2vertline.png -------------------------------------------------------------------------------- /doc/html_de/functions_8cpp.js: -------------------------------------------------------------------------------- 1 | var functions_8cpp = 2 | [ 3 | [ "hexstringToNumber", "functions_8cpp.html#a3f36e5b55c36764bdc54e525fc5ac13c", null ], 4 | [ "numberToString", "functions_8cpp.html#aafc780d7140c6fbaf516e9fe8158e0f2", null ], 5 | [ "stringToNumber", "functions_8cpp.html#aba5f650ea70cbf9a2eef12f46c3a5297", null ] 6 | ]; -------------------------------------------------------------------------------- /doc/html_de/functions_8h.js: -------------------------------------------------------------------------------- 1 | var functions_8h = 2 | [ 3 | [ "hexstringToNumber", "functions_8h.html#a3f36e5b55c36764bdc54e525fc5ac13c", null ], 4 | [ "numberToString", "functions_8h.html#aafc780d7140c6fbaf516e9fe8158e0f2", null ], 5 | [ "stringToNumber", "functions_8h.html#aba5f650ea70cbf9a2eef12f46c3a5297", null ] 6 | ]; -------------------------------------------------------------------------------- /doc/html_de/functions_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 09aa2053ca495c796ed103e39cf3bc99 -------------------------------------------------------------------------------- /doc/html_de/functions_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/functions_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/gpio_8cpp__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_de/gpio_8cpp__dep__incl.md5: -------------------------------------------------------------------------------- 1 | d07cc045fc1fed98a79c4292305ff7c0 -------------------------------------------------------------------------------- /doc/html_de/gpio_8cpp__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/gpio_8cpp__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/gpio_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_de/gpio_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | baff342da14d1b41ff89ad2149c852e4 -------------------------------------------------------------------------------- /doc/html_de/gpio_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/gpio_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/gpio_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_de/gpio_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | c6eb87038f794817603edc3ced5567de -------------------------------------------------------------------------------- /doc/html_de/gpio_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/gpio_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/gpio_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_de/gpio_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 38b1fc104a670d4933bd4edea4459a1b -------------------------------------------------------------------------------- /doc/html_de/gpio_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/gpio_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/gpio__input_8cpp.js: -------------------------------------------------------------------------------- 1 | var gpio__input_8cpp = 2 | [ 3 | [ "main", "gpio__input_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/gpio__input_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/gpio__input_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 9f89eb91d97c665c314092c8b3bc24da -------------------------------------------------------------------------------- /doc/html_de/gpio__input_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/gpio__input_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/gpio__output_8cpp.js: -------------------------------------------------------------------------------- 1 | var gpio__output_8cpp = 2 | [ 3 | [ "main", "gpio__output_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/gpio__output_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/gpio__output_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 8067f7162bb63ec4343ca3d8bdc3e3fa -------------------------------------------------------------------------------- /doc/html_de/gpio__output_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/gpio__output_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/graph_legend.md5: -------------------------------------------------------------------------------- 1 | 3160e59ffe848f2e216850348b2a495a -------------------------------------------------------------------------------- /doc/html_de/graph_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/graph_legend.png -------------------------------------------------------------------------------- /doc/html_de/i2c_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 7df93ee64ffad67038eefaae0045d7ab -------------------------------------------------------------------------------- /doc/html_de/i2c_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/i2c_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/i2c_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_de/i2c_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 6052f957580d90a28c56b28665ebaf32 -------------------------------------------------------------------------------- /doc/html_de/i2c_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/i2c_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/includes_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 08ae1dcac749e81609ea7ec127b04b48 -------------------------------------------------------------------------------- /doc/html_de/includes_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/includes_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/includes_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/includes_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 2fc3ddf34fc0541ef6be49be96ac0b48 -------------------------------------------------------------------------------- /doc/html_de/includes_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/includes_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/ledblink_8cpp.js: -------------------------------------------------------------------------------- 1 | var ledblink_8cpp = 2 | [ 3 | [ "main", "ledblink_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/ledblink_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/ledblink_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 18ba33c2a1786df85f8cca8180316450 -------------------------------------------------------------------------------- /doc/html_de/ledblink_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/ledblink_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/mail-send_8cpp.js: -------------------------------------------------------------------------------- 1 | var mail_send_8cpp = 2 | [ 3 | [ "main", "mail-send_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/mail-send_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/mail-send_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 57b107143e485c938e806be3dac68a37 -------------------------------------------------------------------------------- /doc/html_de/mail-send_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/mail-send_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/mcp4728_8cpp.js: -------------------------------------------------------------------------------- 1 | var mcp4728_8cpp = 2 | [ 3 | [ "main", "mcp4728_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/mcp4728_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/mcp4728_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | cb31888e272e72060a2d24518e03c0f7 -------------------------------------------------------------------------------- /doc/html_de/mcp4728_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/mcp4728_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__adc_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/module__adc_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 3c4e0914271a75c9c5306388f021de0b -------------------------------------------------------------------------------- /doc/html_de/module__adc_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__adc_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__adc_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_de/module__adc_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 6a9bd80cb701a9f119d084ce245885e9 -------------------------------------------------------------------------------- /doc/html_de/module__adc_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__adc_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__dac_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/module__dac_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | b753869fc32ba1d9627d77f068ca1eb0 -------------------------------------------------------------------------------- /doc/html_de/module__dac_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__dac_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__dac_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /doc/html_de/module__dac_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 5075c34f926b918934cd952eafa1c412 -------------------------------------------------------------------------------- /doc/html_de/module__dac_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__dac_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__dogm_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | be7ec1b0bda2718672a79c47b9aa5a20 -------------------------------------------------------------------------------- /doc/html_de/module__dogm_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__dogm_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__dogm_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/module__dogm_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | dafa5493a8674249e0178e71c9fcba9a -------------------------------------------------------------------------------- /doc/html_de/module__dogm_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__dogm_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__dogm_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 0200e1073ec6b65bbd72dbe454e62177 -------------------------------------------------------------------------------- /doc/html_de/module__dogm_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__dogm_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__lcd_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 3c9ce8e1fdbfadb42d2020a21b4585a0 -------------------------------------------------------------------------------- /doc/html_de/module__lcd_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__lcd_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__lcd_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/module__lcd_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 70ca55eb8357a3a8ef700efc4f8f1ba8 -------------------------------------------------------------------------------- /doc/html_de/module__lcd_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__lcd_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__lcd__2x16_8cpp.js: -------------------------------------------------------------------------------- 1 | var module__lcd__2x16_8cpp = 2 | [ 3 | [ "main", "module__lcd__2x16_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/module__lcd__2x16_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/module__lcd__2x16_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | dfa93dfa653a8ce019ca51c096dddcfe -------------------------------------------------------------------------------- /doc/html_de/module__lcd__2x16_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__lcd__2x16_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__lcd__4x20_8cpp.js: -------------------------------------------------------------------------------- 1 | var module__lcd__4x20_8cpp = 2 | [ 3 | [ "main", "module__lcd__4x20_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ], 4 | [ "version", "module__lcd__4x20_8cpp.html#a56abfaab87c46691c1ef3ad0df23e864", null ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_de/module__lcd__4x20_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/module__lcd__4x20_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 0054fa95093b19de33ae0fe75fe04373 -------------------------------------------------------------------------------- /doc/html_de/module__lcd__4x20_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__lcd__4x20_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__lm75_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 0277ed8d9f0382d736b12dcc25b9e12f -------------------------------------------------------------------------------- /doc/html_de/module__lm75_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__lm75_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__lm75_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/module__lm75_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 772cd7275d091580c8a23d76460f7a04 -------------------------------------------------------------------------------- /doc/html_de/module__lm75_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__lm75_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__lm75_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 802b280abc14ae4531b9b2052719af99 -------------------------------------------------------------------------------- /doc/html_de/module__lm75_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__lm75_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__pca9555_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 0d76349436453de52354b36bc6a65c8c -------------------------------------------------------------------------------- /doc/html_de/module__pca9555_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__pca9555_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__pca9555_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 4e7c47e9b3c65bf83a8d20221d28c773 -------------------------------------------------------------------------------- /doc/html_de/module__pca9555_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__pca9555_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__relay_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/module__relay_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | b95c480485da37cc22a31dc99200e56d -------------------------------------------------------------------------------- /doc/html_de/module__relay_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__relay_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__relay_8h__incl.md5: -------------------------------------------------------------------------------- 1 | c78bcd229b2c70557638e1baea74f54d -------------------------------------------------------------------------------- /doc/html_de/module__relay_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__relay_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__step2_8cpp.js: -------------------------------------------------------------------------------- 1 | var module__step2_8cpp = 2 | [ 3 | [ "BOARD", "module__step2_8cpp.html#a51ed2bd47e7f4b9e8c005338d2b5d965", null ], 4 | [ "main", "module__step2_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ], 5 | [ "Motor", "module__step2_8cpp.html#ae6d8a7256489202f0beccf3e57edb553", null ] 6 | ]; -------------------------------------------------------------------------------- /doc/html_de/module__step2_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/module__step2_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | f21aa68beff294866a9d53b89cfb0abb -------------------------------------------------------------------------------- /doc/html_de/module__step2_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__step2_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__step_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/module__step_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | e8308446a9754ae99a09628862145b6b -------------------------------------------------------------------------------- /doc/html_de/module__step_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__step_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/module__temperature_8cpp.js: -------------------------------------------------------------------------------- 1 | var module__temperature_8cpp = 2 | [ 3 | [ "main", "module__temperature_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/module__temperature_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/module__temperature_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 8d5f91e84eafae19747a703bfdd281eb -------------------------------------------------------------------------------- /doc/html_de/module__temperature_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/module__temperature_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/modules_2module__adc_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | a4856dbb13fce2f47e55825f4108c2d2 -------------------------------------------------------------------------------- /doc/html_de/modules_2module__adc_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/modules_2module__adc_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/modules_2module__dac_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | cef1fdfb24411dfb215f83ae481d7450 -------------------------------------------------------------------------------- /doc/html_de/modules_2module__dac_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/modules_2module__dac_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/modules_2module__pca9555_8cpp__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_de/modules_2module__pca9555_8cpp__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 543a714863e991c8e036e49a720b13c2 -------------------------------------------------------------------------------- /doc/html_de/modules_2module__pca9555_8cpp__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/modules_2module__pca9555_8cpp__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/modules_2module__pca9555_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | beb93e5b54b0222466b7da8d3fe46a4d -------------------------------------------------------------------------------- /doc/html_de/modules_2module__pca9555_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/modules_2module__pca9555_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/modules_2module__relay_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 2e27f001c9be9a518aec3a69de93cc5a -------------------------------------------------------------------------------- /doc/html_de/modules_2module__relay_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/modules_2module__relay_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/modules_2module__step_8cpp.js: -------------------------------------------------------------------------------- 1 | var modules_2module__step_8cpp = 2 | [ 3 | [ "STEP_LIMIT", "modules_2module__step_8cpp.html#a766b86135e7ccc0e5a315bd2646becf2", null ], 4 | [ "STEP_LIMIT_WAIT_TIME", "modules_2module__step_8cpp.html#a3f6da4d26b013e19d98cdbaea8a4f789", null ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_de/modules_2module__step_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_de/modules_2module__step_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 916f0438469fdb7755366d1ec2ead980 -------------------------------------------------------------------------------- /doc/html_de/modules_2module__step_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/modules_2module__step_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/nav_f.png -------------------------------------------------------------------------------- /doc/html_de/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/nav_g.png -------------------------------------------------------------------------------- /doc/html_de/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/nav_h.png -------------------------------------------------------------------------------- /doc/html_de/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/open.png -------------------------------------------------------------------------------- /doc/html_de/printer_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/printer_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 81b37ebff0f656cf3fb80656a9c29547 -------------------------------------------------------------------------------- /doc/html_de/printer_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/printer_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/printer__temp_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/printer__temp_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | ea2fb69a522f6f428463b46debf5c84d -------------------------------------------------------------------------------- /doc/html_de/printer__temp_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/printer__temp_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/pwm_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/pwm_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | da778ff1c275b875f2896cf0baa52f18 -------------------------------------------------------------------------------- /doc/html_de/pwm_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/pwm_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/pwm_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/pwm_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 62443e7f0f594248e5439bf563806584 -------------------------------------------------------------------------------- /doc/html_de/pwm_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/pwm_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/pwm_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/pwm_8h__incl.md5: -------------------------------------------------------------------------------- 1 | a77de0ae7b06bdfc0664afcac23a78a5 -------------------------------------------------------------------------------- /doc/html_de/pwm_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/pwm_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/pwm__signal_8cpp.js: -------------------------------------------------------------------------------- 1 | var pwm__signal_8cpp = 2 | [ 3 | [ "main", "pwm__signal_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_de/pwm__signal_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_de/pwm__signal_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 0a4e51270308999147f7fc49f361fe04 -------------------------------------------------------------------------------- /doc/html_de/pwm__signal_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/pwm__signal_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/serial_8cpp.js: -------------------------------------------------------------------------------- 1 | var serial_8cpp = 2 | [ 3 | [ "BAUDRATE", "serial_8cpp.html#a734bbab06e1a9fd2e5522db0221ff6e3", null ], 4 | [ "SERIALDEVICE", "serial_8cpp.html#a3e59945a8788831cb4149fe1cd696721", null ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_de/serial_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_de/serial_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | f0d0430f69b8e37cc2fb277ff2304587 -------------------------------------------------------------------------------- /doc/html_de/serial_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/serial_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_de/serial_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_de/serial_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 7c671c3107df4e8fe1a9f31768f7f7fc -------------------------------------------------------------------------------- /doc/html_de/serial_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/serial_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/serial_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_de/serial_8h__incl.md5: -------------------------------------------------------------------------------- 1 | e5e7bcafe8048b19efb4d82836f08df4 -------------------------------------------------------------------------------- /doc/html_de/serial_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/serial_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/spi_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_de/spi_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 629be198f2aa7afbe491a9c58367addb -------------------------------------------------------------------------------- /doc/html_de/spi_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/spi_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_de/spi_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_de/spi_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 82464faad72b77ea67ca6ca22bbe7d72 -------------------------------------------------------------------------------- /doc/html_de/spi_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/spi_8h__incl.png -------------------------------------------------------------------------------- /doc/html_de/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/sync_off.png -------------------------------------------------------------------------------- /doc/html_de/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/sync_on.png -------------------------------------------------------------------------------- /doc/html_de/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/tab_a.png -------------------------------------------------------------------------------- /doc/html_de/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/tab_b.png -------------------------------------------------------------------------------- /doc/html_de/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/tab_h.png -------------------------------------------------------------------------------- /doc/html_de/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_de/tab_s.png -------------------------------------------------------------------------------- /doc/html_en/CSmtp_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_en/CSmtp_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | a3b137a1c9d416b1073e2dd1790f1c98 -------------------------------------------------------------------------------- /doc/html_en/CSmtp_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/CSmtp_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/CSmtp_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/CSmtp_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 0a0dc1527d3e9d97aa527640f12e103f -------------------------------------------------------------------------------- /doc/html_en/CSmtp_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/CSmtp_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/CSmtp_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/CSmtp_8h__incl.md5: -------------------------------------------------------------------------------- 1 | aaad6c3829f476a195f685878dd1e84e -------------------------------------------------------------------------------- /doc/html_en/CSmtp_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/CSmtp_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/adc_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/adc_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 4fdb8ffac9c46dbefacb3d47762dc598 -------------------------------------------------------------------------------- /doc/html_en/adc_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/adc_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/adc_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_en/adc_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 0a72dbdb8aee44f4721c389ad4cdf943 -------------------------------------------------------------------------------- /doc/html_en/adc_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/adc_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/base64_8cpp.js: -------------------------------------------------------------------------------- 1 | var base64_8cpp = 2 | [ 3 | [ "base64_decode", "base64_8cpp.html#a70c8cda20425a7870ddfb58ff3cff5eb", null ], 4 | [ "base64_encode", "base64_8cpp.html#af218d8d076a8a9ee46abf1e5c368c84f", null ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_en/base64_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/base64_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | d41dc2e09db07eb7857d068d082099c1 -------------------------------------------------------------------------------- /doc/html_en/base64_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/base64_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/base64_8h.js: -------------------------------------------------------------------------------- 1 | var base64_8h = 2 | [ 3 | [ "base64_decode", "base64_8h.html#a106490c99e374daddc9575ce945d8ba0", null ], 4 | [ "base64_encode", "base64_8h.html#a3409fa3795f44deb77fe72094084d020", null ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_en/base64_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_en/base64_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 94745c997b5d7c973cd8bb547a066e60 -------------------------------------------------------------------------------- /doc/html_en/base64_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/base64_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/base64_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/base64_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 9caa142a7ab48e436a2d0f75002f81a2 -------------------------------------------------------------------------------- /doc/html_en/base64_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/base64_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/bc_s.png -------------------------------------------------------------------------------- /doc/html_en/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/bdwn.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__adc__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__adc__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 7cfe6ee74df7efb10215f05ed74abb18 -------------------------------------------------------------------------------- /doc/html_en/classgnublin__adc__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__adc__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__csv__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__csv__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6794c3f0bb9f2b13b928b611abea653f -------------------------------------------------------------------------------- /doc/html_en/classgnublin__csv__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__csv__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__gpio__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__gpio__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 0befe8112168490422a6ef7a832e17e8 -------------------------------------------------------------------------------- /doc/html_en/classgnublin__gpio__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__gpio__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__i2c__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__i2c__coll__graph.md5: -------------------------------------------------------------------------------- 1 | de351e11ee13dd4023f44eee8a3e2b3f -------------------------------------------------------------------------------- /doc/html_en/classgnublin__i2c__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__i2c__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__adc__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__adc__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 8debcd6b5b356ebc3f5d05cc65384338 -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__adc__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__module__adc__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__dac__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__dac__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 3bec5c5e483362630fcc875246364f13 -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__dac__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__module__dac__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__dogm__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__dogm__coll__graph.md5: -------------------------------------------------------------------------------- 1 | dab7c914a24467133023ce6fb7056e52 -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__dogm__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__module__dogm__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__lcd__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__lcd__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 113baed6f642e2ba508567b4d53cbf2e -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__lcd__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__module__lcd__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__lm75__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__lm75__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 76396f396186913b9aa31d0ce3634459 -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__lm75__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__module__lm75__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__pca9555__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__pca9555__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 80d683ac3c2d0c9e0cc968c26243f325 -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__pca9555__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__module__pca9555__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__relay__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__relay__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 68f2ec9ab2c76db4c45e60d73fee7353 -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__relay__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__module__relay__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__step__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__step__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 04b5e171aeb3f6c158b7f21f7489187a -------------------------------------------------------------------------------- /doc/html_en/classgnublin__module__step__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__module__step__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__pwm.js: -------------------------------------------------------------------------------- 1 | var classgnublin__pwm = 2 | [ 3 | [ "gnublin_pwm", "classgnublin__pwm.html#a9fcd9292cd8357d0eb2b700987539954", null ], 4 | [ "setClock", "classgnublin__pwm.html#ab56c23c911dc00f8ec9c545218c6cb44", null ], 5 | [ "setValue", "classgnublin__pwm.html#a42f651322db9414e1bdc009cbc2bbbe8", null ] 6 | ]; -------------------------------------------------------------------------------- /doc/html_en/classgnublin__pwm__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__pwm__coll__graph.md5: -------------------------------------------------------------------------------- 1 | df7feed230ff574d0ffad223afaed0f8 -------------------------------------------------------------------------------- /doc/html_en/classgnublin__pwm__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__pwm__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__serial__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__serial__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ffbca02592b68d4bfa6bc930864cd021 -------------------------------------------------------------------------------- /doc/html_en/classgnublin__serial__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__serial__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__smtp__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__smtp__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 50664e83c8dcd549c260c13bdff6d52b -------------------------------------------------------------------------------- /doc/html_en/classgnublin__smtp__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__smtp__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/classgnublin__spi__coll__graph.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/classgnublin__spi__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 51f4eb4d87afc160eeb3d10a78a46c86 -------------------------------------------------------------------------------- /doc/html_en/classgnublin__spi__coll__graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/classgnublin__spi__coll__graph.png -------------------------------------------------------------------------------- /doc/html_en/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/closed.png -------------------------------------------------------------------------------- /doc/html_en/csv-parse_8cpp.js: -------------------------------------------------------------------------------- 1 | var csv_parse_8cpp = 2 | [ 3 | [ "main", "csv-parse_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/csv-parse_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/csv-parse_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 171d648d0e67800526546cbe65196c5a -------------------------------------------------------------------------------- /doc/html_en/csv-parse_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/csv-parse_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/csv_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/csv_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 5d4b1e88f12b96f29cba1bf8abb357bf -------------------------------------------------------------------------------- /doc/html_en/csv_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/csv_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/csv_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/csv_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 42ac31a7bc2ed12854810031f3ac1877 -------------------------------------------------------------------------------- /doc/html_en/csv_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/csv_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/csv_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/csv_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 7e4e653f7d09c8821fe4551a683b3c96 -------------------------------------------------------------------------------- /doc/html_en/csv_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/csv_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/dir_14bc92f4b96c8519b376567118ac28b3_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_en/dir_14bc92f4b96c8519b376567118ac28b3_dep.md5: -------------------------------------------------------------------------------- 1 | f5230c9e7044f9ddae853f437d4d66f4 -------------------------------------------------------------------------------- /doc/html_en/dir_14bc92f4b96c8519b376567118ac28b3_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/dir_14bc92f4b96c8519b376567118ac28b3_dep.png -------------------------------------------------------------------------------- /doc/html_en/dir_d28a4824dc47e487b107a5db32ef43c4_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/dir_d28a4824dc47e487b107a5db32ef43c4_dep.md5: -------------------------------------------------------------------------------- 1 | 69b3e17b2d0f35835059837597cc446b -------------------------------------------------------------------------------- /doc/html_en/dir_d28a4824dc47e487b107a5db32ef43c4_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/dir_d28a4824dc47e487b107a5db32ef43c4_dep.png -------------------------------------------------------------------------------- /doc/html_en/dir_d44c64559bbebec7f509842c48db8b23.js: -------------------------------------------------------------------------------- 1 | var dir_d44c64559bbebec7f509842c48db8b23 = 2 | [ 3 | [ "functions.cpp", "functions_8cpp.html", "functions_8cpp" ], 4 | [ "functions.h", "functions_8h.html", "functions_8h" ], 5 | [ "includes.h", "includes_8h.html", "includes_8h" ] 6 | ]; -------------------------------------------------------------------------------- /doc/html_en/dir_d44c64559bbebec7f509842c48db8b23_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/dir_d44c64559bbebec7f509842c48db8b23_dep.md5: -------------------------------------------------------------------------------- 1 | 2bcd495df4f645331d5fa1a762fad147 -------------------------------------------------------------------------------- /doc/html_en/dir_d44c64559bbebec7f509842c48db8b23_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/dir_d44c64559bbebec7f509842c48db8b23_dep.png -------------------------------------------------------------------------------- /doc/html_en/dir_e05d7e2b1ecd646af5bb94391405f3b5_dep.md5: -------------------------------------------------------------------------------- 1 | 7025218d804ee62b1356872ae719e3c2 -------------------------------------------------------------------------------- /doc/html_en/dir_e05d7e2b1ecd646af5bb94391405f3b5_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/dir_e05d7e2b1ecd646af5bb94391405f3b5_dep.png -------------------------------------------------------------------------------- /doc/html_en/dir_e0a5ba7d9f4af95ae9f19aeab61b647b.js: -------------------------------------------------------------------------------- 1 | var dir_e0a5ba7d9f4af95ae9f19aeab61b647b = 2 | [ 3 | [ "base64.cpp", "base64_8cpp.html", "base64_8cpp" ], 4 | [ "base64.h", "base64_8h.html", "base64_8h" ], 5 | [ "CSmtp.cpp", "CSmtp_8cpp.html", null ], 6 | [ "CSmtp.h", "CSmtp_8h.html", "CSmtp_8h" ] 7 | ]; -------------------------------------------------------------------------------- /doc/html_en/dir_e0a5ba7d9f4af95ae9f19aeab61b647b_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_en/dir_e0a5ba7d9f4af95ae9f19aeab61b647b_dep.md5: -------------------------------------------------------------------------------- 1 | a23dfbd13dc39c878ea2e3c6f81b0855 -------------------------------------------------------------------------------- /doc/html_en/dir_e0a5ba7d9f4af95ae9f19aeab61b647b_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/dir_e0a5ba7d9f4af95ae9f19aeab61b647b_dep.png -------------------------------------------------------------------------------- /doc/html_en/dir_e3d620c6b6fdb93ed3bc6186215bde2e.js: -------------------------------------------------------------------------------- 1 | var dir_e3d620c6b6fdb93ed3bc6186215bde2e = 2 | [ 3 | [ "csv", "dir_eea1bb687171681cb3233bae8d66cdaf.html", "dir_eea1bb687171681cb3233bae8d66cdaf" ], 4 | [ "mail", "dir_e0a5ba7d9f4af95ae9f19aeab61b647b.html", "dir_e0a5ba7d9f4af95ae9f19aeab61b647b" ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_en/dir_e3d620c6b6fdb93ed3bc6186215bde2e_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_en/dir_e3d620c6b6fdb93ed3bc6186215bde2e_dep.md5: -------------------------------------------------------------------------------- 1 | d9192ae13e97c6599efab97b812c0d93 -------------------------------------------------------------------------------- /doc/html_en/dir_e3d620c6b6fdb93ed3bc6186215bde2e_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/dir_e3d620c6b6fdb93ed3bc6186215bde2e_dep.png -------------------------------------------------------------------------------- /doc/html_en/dir_eea1bb687171681cb3233bae8d66cdaf.js: -------------------------------------------------------------------------------- 1 | var dir_eea1bb687171681cb3233bae8d66cdaf = 2 | [ 3 | [ "csv.cpp", "csv_8cpp.html", null ], 4 | [ "csv.h", "csv_8h.html", [ 5 | [ "gnublin_csv", "classgnublin__csv.html", "classgnublin__csv" ] 6 | ] ] 7 | ]; -------------------------------------------------------------------------------- /doc/html_en/dir_eea1bb687171681cb3233bae8d66cdaf_dep.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_en/dir_eea1bb687171681cb3233bae8d66cdaf_dep.md5: -------------------------------------------------------------------------------- 1 | 8810806f8b6ce1431f84691d5e358195 -------------------------------------------------------------------------------- /doc/html_en/dir_eea1bb687171681cb3233bae8d66cdaf_dep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/dir_eea1bb687171681cb3233bae8d66cdaf_dep.png -------------------------------------------------------------------------------- /doc/html_en/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/doxygen.png -------------------------------------------------------------------------------- /doc/html_en/drivers_2adc_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_en/drivers_2adc_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | a613e48d9c3c81d99dede9040d2e0dc9 -------------------------------------------------------------------------------- /doc/html_en/drivers_2adc_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/drivers_2adc_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/drivers_2i2c_8cpp.js: -------------------------------------------------------------------------------- 1 | var drivers_2i2c_8cpp = 2 | [ 3 | [ "DEFAULTDEVICE", "drivers_2i2c_8cpp.html#a39d1865874c6f78a4e299994aaf55e3b", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/drivers_2i2c_8cpp__dep__incl.md5: -------------------------------------------------------------------------------- 1 | e0069c04068d2d409a59d34a523af1a2 -------------------------------------------------------------------------------- /doc/html_en/drivers_2i2c_8cpp__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/drivers_2i2c_8cpp__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/drivers_2i2c_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_en/drivers_2i2c_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | dd2b78bef9517a6a629ac091e2b0726b -------------------------------------------------------------------------------- /doc/html_en/drivers_2i2c_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/drivers_2i2c_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/drivers_2spi_8cpp__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_en/drivers_2spi_8cpp__dep__incl.md5: -------------------------------------------------------------------------------- 1 | d011f00578b4cc1ea5ccab32f1fca2f8 -------------------------------------------------------------------------------- /doc/html_en/drivers_2spi_8cpp__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/drivers_2spi_8cpp__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/drivers_2spi_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_en/drivers_2spi_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 50212ebba47a548b5b7924c6a34efbbc -------------------------------------------------------------------------------- /doc/html_en/drivers_2spi_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/drivers_2spi_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/examples_2adc_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2adc_8cpp = 2 | [ 3 | [ "main", "examples_2adc_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/examples_2adc_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/examples_2adc_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 8083944f4f6d2db42904b38b99ea1f30 -------------------------------------------------------------------------------- /doc/html_en/examples_2adc_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/examples_2adc_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/examples_2i2c_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2i2c_8cpp = 2 | [ 3 | [ "main", "examples_2i2c_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/examples_2i2c_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/examples_2i2c_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | df4436b909a8250eaabf654e82815084 -------------------------------------------------------------------------------- /doc/html_en/examples_2i2c_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/examples_2i2c_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/examples_2module__adc_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2module__adc_8cpp = 2 | [ 3 | [ "main", "examples_2module__adc_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/examples_2module__adc_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/examples_2module__adc_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 92ff201d8cf1abc423e53d0540ebca36 -------------------------------------------------------------------------------- /doc/html_en/examples_2module__adc_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/examples_2module__adc_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/examples_2module__dac_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2module__dac_8cpp = 2 | [ 3 | [ "main", "examples_2module__dac_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/examples_2module__dac_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/examples_2module__dac_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | da9faf6268aa0132a0de9465406ac1a3 -------------------------------------------------------------------------------- /doc/html_en/examples_2module__dac_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/examples_2module__dac_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/examples_2module__pca9555_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2module__pca9555_8cpp = 2 | [ 3 | [ "main", "examples_2module__pca9555_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/examples_2module__pca9555_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/examples_2module__pca9555_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 41ca4c73bb0ee20ac4f48a658b758be1 -------------------------------------------------------------------------------- /doc/html_en/examples_2module__pca9555_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/examples_2module__pca9555_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/examples_2module__relay_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2module__relay_8cpp = 2 | [ 3 | [ "main", "examples_2module__relay_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/examples_2module__relay_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/examples_2module__relay_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 4c54d9a43ad3ff91e9d8f7984beaca75 -------------------------------------------------------------------------------- /doc/html_en/examples_2module__relay_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/examples_2module__relay_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/examples_2module__step_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2module__step_8cpp = 2 | [ 3 | [ "main", "examples_2module__step_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ], 4 | [ "Motor", "examples_2module__step_8cpp.html#ae6d8a7256489202f0beccf3e57edb553", null ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_en/examples_2module__step_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/examples_2module__step_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 3a11d2d0a3a80e5c1e780a933ea4dd77 -------------------------------------------------------------------------------- /doc/html_en/examples_2module__step_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/examples_2module__step_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/examples_2spi_8cpp.js: -------------------------------------------------------------------------------- 1 | var examples_2spi_8cpp = 2 | [ 3 | [ "BOARD", "examples_2spi_8cpp.html#a51ed2bd47e7f4b9e8c005338d2b5d965", null ], 4 | [ "main", "examples_2spi_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_en/examples_2spi_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/examples_2spi_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 69730b6f76abd08ef418a6aa6f98bfc3 -------------------------------------------------------------------------------- /doc/html_en/examples_2spi_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/examples_2spi_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/ftv2blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2blank.png -------------------------------------------------------------------------------- /doc/html_en/ftv2cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2cl.png -------------------------------------------------------------------------------- /doc/html_en/ftv2doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2doc.png -------------------------------------------------------------------------------- /doc/html_en/ftv2folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2folderclosed.png -------------------------------------------------------------------------------- /doc/html_en/ftv2folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2folderopen.png -------------------------------------------------------------------------------- /doc/html_en/ftv2lastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2lastnode.png -------------------------------------------------------------------------------- /doc/html_en/ftv2link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2link.png -------------------------------------------------------------------------------- /doc/html_en/ftv2mlastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2mlastnode.png -------------------------------------------------------------------------------- /doc/html_en/ftv2mnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2mnode.png -------------------------------------------------------------------------------- /doc/html_en/ftv2mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2mo.png -------------------------------------------------------------------------------- /doc/html_en/ftv2node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2node.png -------------------------------------------------------------------------------- /doc/html_en/ftv2ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2ns.png -------------------------------------------------------------------------------- /doc/html_en/ftv2plastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2plastnode.png -------------------------------------------------------------------------------- /doc/html_en/ftv2pnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2pnode.png -------------------------------------------------------------------------------- /doc/html_en/ftv2splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2splitbar.png -------------------------------------------------------------------------------- /doc/html_en/ftv2vertline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ftv2vertline.png -------------------------------------------------------------------------------- /doc/html_en/functions_8cpp.js: -------------------------------------------------------------------------------- 1 | var functions_8cpp = 2 | [ 3 | [ "hexstringToNumber", "functions_8cpp.html#a3f36e5b55c36764bdc54e525fc5ac13c", null ], 4 | [ "numberToString", "functions_8cpp.html#aafc780d7140c6fbaf516e9fe8158e0f2", null ], 5 | [ "stringToNumber", "functions_8cpp.html#aba5f650ea70cbf9a2eef12f46c3a5297", null ] 6 | ]; -------------------------------------------------------------------------------- /doc/html_en/functions_8h.js: -------------------------------------------------------------------------------- 1 | var functions_8h = 2 | [ 3 | [ "hexstringToNumber", "functions_8h.html#a3f36e5b55c36764bdc54e525fc5ac13c", null ], 4 | [ "numberToString", "functions_8h.html#aafc780d7140c6fbaf516e9fe8158e0f2", null ], 5 | [ "stringToNumber", "functions_8h.html#aba5f650ea70cbf9a2eef12f46c3a5297", null ] 6 | ]; -------------------------------------------------------------------------------- /doc/html_en/functions_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 09aa2053ca495c796ed103e39cf3bc99 -------------------------------------------------------------------------------- /doc/html_en/functions_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/functions_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/gpio_8cpp__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_en/gpio_8cpp__dep__incl.md5: -------------------------------------------------------------------------------- 1 | d07cc045fc1fed98a79c4292305ff7c0 -------------------------------------------------------------------------------- /doc/html_en/gpio_8cpp__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/gpio_8cpp__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/gpio_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_en/gpio_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | baff342da14d1b41ff89ad2149c852e4 -------------------------------------------------------------------------------- /doc/html_en/gpio_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/gpio_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/gpio_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_en/gpio_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | c6eb87038f794817603edc3ced5567de -------------------------------------------------------------------------------- /doc/html_en/gpio_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/gpio_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/gpio_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_en/gpio_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 38b1fc104a670d4933bd4edea4459a1b -------------------------------------------------------------------------------- /doc/html_en/gpio_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/gpio_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/gpio__input_8cpp.js: -------------------------------------------------------------------------------- 1 | var gpio__input_8cpp = 2 | [ 3 | [ "main", "gpio__input_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/gpio__input_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/gpio__input_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 9f89eb91d97c665c314092c8b3bc24da -------------------------------------------------------------------------------- /doc/html_en/gpio__input_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/gpio__input_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/gpio__output_8cpp.js: -------------------------------------------------------------------------------- 1 | var gpio__output_8cpp = 2 | [ 3 | [ "main", "gpio__output_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/gpio__output_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/gpio__output_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 8067f7162bb63ec4343ca3d8bdc3e3fa -------------------------------------------------------------------------------- /doc/html_en/gpio__output_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/gpio__output_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/graph_legend.md5: -------------------------------------------------------------------------------- 1 | 387ff8eb65306fa251338d3c9bd7bfff -------------------------------------------------------------------------------- /doc/html_en/graph_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/graph_legend.png -------------------------------------------------------------------------------- /doc/html_en/i2c_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 7df93ee64ffad67038eefaae0045d7ab -------------------------------------------------------------------------------- /doc/html_en/i2c_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/i2c_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/i2c_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_en/i2c_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 6052f957580d90a28c56b28665ebaf32 -------------------------------------------------------------------------------- /doc/html_en/i2c_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/i2c_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/includes_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 08ae1dcac749e81609ea7ec127b04b48 -------------------------------------------------------------------------------- /doc/html_en/includes_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/includes_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/includes_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/includes_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 2fc3ddf34fc0541ef6be49be96ac0b48 -------------------------------------------------------------------------------- /doc/html_en/includes_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/includes_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/ledblink_8cpp.js: -------------------------------------------------------------------------------- 1 | var ledblink_8cpp = 2 | [ 3 | [ "main", "ledblink_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/ledblink_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/ledblink_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 18ba33c2a1786df85f8cca8180316450 -------------------------------------------------------------------------------- /doc/html_en/ledblink_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/ledblink_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/mail-send_8cpp.js: -------------------------------------------------------------------------------- 1 | var mail_send_8cpp = 2 | [ 3 | [ "main", "mail-send_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/mail-send_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/mail-send_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 57b107143e485c938e806be3dac68a37 -------------------------------------------------------------------------------- /doc/html_en/mail-send_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/mail-send_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/mcp4728_8cpp.js: -------------------------------------------------------------------------------- 1 | var mcp4728_8cpp = 2 | [ 3 | [ "main", "mcp4728_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/mcp4728_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/mcp4728_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | cb31888e272e72060a2d24518e03c0f7 -------------------------------------------------------------------------------- /doc/html_en/mcp4728_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/mcp4728_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__adc_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/module__adc_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 3c4e0914271a75c9c5306388f021de0b -------------------------------------------------------------------------------- /doc/html_en/module__adc_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__adc_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__adc_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_en/module__adc_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 6a9bd80cb701a9f119d084ce245885e9 -------------------------------------------------------------------------------- /doc/html_en/module__adc_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__adc_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__dac_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/module__dac_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | b753869fc32ba1d9627d77f068ca1eb0 -------------------------------------------------------------------------------- /doc/html_en/module__dac_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__dac_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__dac_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 5075c34f926b918934cd952eafa1c412 -------------------------------------------------------------------------------- /doc/html_en/module__dac_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__dac_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__dogm_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | be7ec1b0bda2718672a79c47b9aa5a20 -------------------------------------------------------------------------------- /doc/html_en/module__dogm_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__dogm_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__dogm_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/module__dogm_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | dafa5493a8674249e0178e71c9fcba9a -------------------------------------------------------------------------------- /doc/html_en/module__dogm_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__dogm_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__dogm_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 0200e1073ec6b65bbd72dbe454e62177 -------------------------------------------------------------------------------- /doc/html_en/module__dogm_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__dogm_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__lcd_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 3c9ce8e1fdbfadb42d2020a21b4585a0 -------------------------------------------------------------------------------- /doc/html_en/module__lcd_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__lcd_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__lcd_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/module__lcd_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 70ca55eb8357a3a8ef700efc4f8f1ba8 -------------------------------------------------------------------------------- /doc/html_en/module__lcd_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__lcd_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__lcd__2x16_8cpp.js: -------------------------------------------------------------------------------- 1 | var module__lcd__2x16_8cpp = 2 | [ 3 | [ "main", "module__lcd__2x16_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/module__lcd__2x16_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/module__lcd__2x16_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | dfa93dfa653a8ce019ca51c096dddcfe -------------------------------------------------------------------------------- /doc/html_en/module__lcd__2x16_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__lcd__2x16_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__lcd__4x20_8cpp.js: -------------------------------------------------------------------------------- 1 | var module__lcd__4x20_8cpp = 2 | [ 3 | [ "main", "module__lcd__4x20_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ], 4 | [ "version", "module__lcd__4x20_8cpp.html#a56abfaab87c46691c1ef3ad0df23e864", null ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_en/module__lcd__4x20_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/module__lcd__4x20_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 0054fa95093b19de33ae0fe75fe04373 -------------------------------------------------------------------------------- /doc/html_en/module__lcd__4x20_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__lcd__4x20_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__lm75_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 0277ed8d9f0382d736b12dcc25b9e12f -------------------------------------------------------------------------------- /doc/html_en/module__lm75_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__lm75_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__lm75_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/module__lm75_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 772cd7275d091580c8a23d76460f7a04 -------------------------------------------------------------------------------- /doc/html_en/module__lm75_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__lm75_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__lm75_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 802b280abc14ae4531b9b2052719af99 -------------------------------------------------------------------------------- /doc/html_en/module__lm75_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__lm75_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__pca9555_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 0d76349436453de52354b36bc6a65c8c -------------------------------------------------------------------------------- /doc/html_en/module__pca9555_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__pca9555_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__pca9555_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 4e7c47e9b3c65bf83a8d20221d28c773 -------------------------------------------------------------------------------- /doc/html_en/module__pca9555_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__pca9555_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__relay_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/module__relay_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | b95c480485da37cc22a31dc99200e56d -------------------------------------------------------------------------------- /doc/html_en/module__relay_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__relay_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__relay_8h__incl.md5: -------------------------------------------------------------------------------- 1 | c78bcd229b2c70557638e1baea74f54d -------------------------------------------------------------------------------- /doc/html_en/module__relay_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__relay_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__step2_8cpp.js: -------------------------------------------------------------------------------- 1 | var module__step2_8cpp = 2 | [ 3 | [ "BOARD", "module__step2_8cpp.html#a51ed2bd47e7f4b9e8c005338d2b5d965", null ], 4 | [ "main", "module__step2_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ], 5 | [ "Motor", "module__step2_8cpp.html#ae6d8a7256489202f0beccf3e57edb553", null ] 6 | ]; -------------------------------------------------------------------------------- /doc/html_en/module__step2_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/module__step2_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | f21aa68beff294866a9d53b89cfb0abb -------------------------------------------------------------------------------- /doc/html_en/module__step2_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__step2_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__step_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/module__step_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | e8308446a9754ae99a09628862145b6b -------------------------------------------------------------------------------- /doc/html_en/module__step_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__step_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/module__temperature_8cpp.js: -------------------------------------------------------------------------------- 1 | var module__temperature_8cpp = 2 | [ 3 | [ "main", "module__temperature_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/module__temperature_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/module__temperature_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 8d5f91e84eafae19747a703bfdd281eb -------------------------------------------------------------------------------- /doc/html_en/module__temperature_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/module__temperature_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/modules_2module__adc_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | a4856dbb13fce2f47e55825f4108c2d2 -------------------------------------------------------------------------------- /doc/html_en/modules_2module__adc_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/modules_2module__adc_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/modules_2module__dac_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | cef1fdfb24411dfb215f83ae481d7450 -------------------------------------------------------------------------------- /doc/html_en/modules_2module__dac_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/modules_2module__dac_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/modules_2module__pca9555_8cpp__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_en/modules_2module__pca9555_8cpp__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 543a714863e991c8e036e49a720b13c2 -------------------------------------------------------------------------------- /doc/html_en/modules_2module__pca9555_8cpp__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/modules_2module__pca9555_8cpp__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/modules_2module__pca9555_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | beb93e5b54b0222466b7da8d3fe46a4d -------------------------------------------------------------------------------- /doc/html_en/modules_2module__pca9555_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/modules_2module__pca9555_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/modules_2module__relay_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 2e27f001c9be9a518aec3a69de93cc5a -------------------------------------------------------------------------------- /doc/html_en/modules_2module__relay_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/modules_2module__relay_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/modules_2module__step_8cpp.js: -------------------------------------------------------------------------------- 1 | var modules_2module__step_8cpp = 2 | [ 3 | [ "STEP_LIMIT", "modules_2module__step_8cpp.html#a766b86135e7ccc0e5a315bd2646becf2", null ], 4 | [ "STEP_LIMIT_WAIT_TIME", "modules_2module__step_8cpp.html#a3f6da4d26b013e19d98cdbaea8a4f789", null ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_en/modules_2module__step_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_en/modules_2module__step_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 916f0438469fdb7755366d1ec2ead980 -------------------------------------------------------------------------------- /doc/html_en/modules_2module__step_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/modules_2module__step_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/nav_f.png -------------------------------------------------------------------------------- /doc/html_en/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/nav_g.png -------------------------------------------------------------------------------- /doc/html_en/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/nav_h.png -------------------------------------------------------------------------------- /doc/html_en/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/open.png -------------------------------------------------------------------------------- /doc/html_en/printer_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/printer_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 81b37ebff0f656cf3fb80656a9c29547 -------------------------------------------------------------------------------- /doc/html_en/printer_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/printer_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/printer__temp_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/printer__temp_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | ea2fb69a522f6f428463b46debf5c84d -------------------------------------------------------------------------------- /doc/html_en/printer__temp_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/printer__temp_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/pwm_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/pwm_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | da778ff1c275b875f2896cf0baa52f18 -------------------------------------------------------------------------------- /doc/html_en/pwm_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/pwm_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/pwm_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/pwm_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 62443e7f0f594248e5439bf563806584 -------------------------------------------------------------------------------- /doc/html_en/pwm_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/pwm_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/pwm_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/pwm_8h__incl.md5: -------------------------------------------------------------------------------- 1 | a77de0ae7b06bdfc0664afcac23a78a5 -------------------------------------------------------------------------------- /doc/html_en/pwm_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/pwm_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/pwm__signal_8cpp.js: -------------------------------------------------------------------------------- 1 | var pwm__signal_8cpp = 2 | [ 3 | [ "main", "pwm__signal_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4", null ] 4 | ]; -------------------------------------------------------------------------------- /doc/html_en/pwm__signal_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/html_en/pwm__signal_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | 0a4e51270308999147f7fc49f361fe04 -------------------------------------------------------------------------------- /doc/html_en/pwm__signal_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/pwm__signal_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/serial_8cpp.js: -------------------------------------------------------------------------------- 1 | var serial_8cpp = 2 | [ 3 | [ "BAUDRATE", "serial_8cpp.html#a734bbab06e1a9fd2e5522db0221ff6e3", null ], 4 | [ "SERIALDEVICE", "serial_8cpp.html#a3e59945a8788831cb4149fe1cd696721", null ] 5 | ]; -------------------------------------------------------------------------------- /doc/html_en/serial_8cpp__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_en/serial_8cpp__incl.md5: -------------------------------------------------------------------------------- 1 | f0d0430f69b8e37cc2fb277ff2304587 -------------------------------------------------------------------------------- /doc/html_en/serial_8cpp__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/serial_8cpp__incl.png -------------------------------------------------------------------------------- /doc/html_en/serial_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/html_en/serial_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 7c671c3107df4e8fe1a9f31768f7f7fc -------------------------------------------------------------------------------- /doc/html_en/serial_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/serial_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/serial_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_en/serial_8h__incl.md5: -------------------------------------------------------------------------------- 1 | e5e7bcafe8048b19efb4d82836f08df4 -------------------------------------------------------------------------------- /doc/html_en/serial_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/serial_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/spi_8h__dep__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/html_en/spi_8h__dep__incl.md5: -------------------------------------------------------------------------------- 1 | 629be198f2aa7afbe491a9c58367addb -------------------------------------------------------------------------------- /doc/html_en/spi_8h__dep__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/spi_8h__dep__incl.png -------------------------------------------------------------------------------- /doc/html_en/spi_8h__incl.map: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /doc/html_en/spi_8h__incl.md5: -------------------------------------------------------------------------------- 1 | 82464faad72b77ea67ca6ca22bbe7d72 -------------------------------------------------------------------------------- /doc/html_en/spi_8h__incl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/spi_8h__incl.png -------------------------------------------------------------------------------- /doc/html_en/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/sync_off.png -------------------------------------------------------------------------------- /doc/html_en/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/sync_on.png -------------------------------------------------------------------------------- /doc/html_en/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/tab_a.png -------------------------------------------------------------------------------- /doc/html_en/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/tab_b.png -------------------------------------------------------------------------------- /doc/html_en/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/tab_h.png -------------------------------------------------------------------------------- /doc/html_en/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/doc/html_en/tab_s.png -------------------------------------------------------------------------------- /examples/adc.cpp: -------------------------------------------------------------------------------- 1 | #include "gnublin.h" 2 | 3 | int main() 4 | { 5 | gnublin_adc ad; 6 | 7 | 8 | while(1){ 9 | printf("AD value %i \n",ad.getValue(1)); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /examples/gpio_input.cpp: -------------------------------------------------------------------------------- 1 | #include "gnublin.h" 2 | 3 | int main() 4 | { 5 | gnublin_gpio gpio; 6 | 7 | gpio.pinMode(3,INPUT); 8 | 9 | while(1){ 10 | if(gpio.digitalRead(3)) 11 | { 12 | printf("GPIO is set /n"); 13 | } 14 | sleep(2); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /examples/gpio_output.cpp: -------------------------------------------------------------------------------- 1 | #include "gnublin.h" 2 | 3 | 4 | int main() 5 | { 6 | gnublin_gpio gpio; 7 | 8 | gpio.pinMode(3,OUTPUT); 9 | 10 | while(1){ 11 | gpio.digitalWrite(3,HIGH); 12 | sleep(2); 13 | gpio.digitalWrite(3,LOW); 14 | sleep(2); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /examples/i2c.cpp: -------------------------------------------------------------------------------- 1 | #include "gnublin.h" 2 | 3 | int main() 4 | { 5 | gnublin_i2c i2c; 6 | 7 | i2c.setAddress(0x42); 8 | 9 | unsigned char buffer[8]; 10 | unsigned char RxBuf[8]; 11 | 12 | buffer[0]=0x22; 13 | 14 | i2c.send(buffer,5); 15 | i2c.send(0x12, buffer, 2); //sende 2 byte aus buffer an Register-Adresse 0x12 16 | 17 | i2c.receive(RxBuf, 3); // lese 3 bytes und speichere sie in RxBuf 18 | i2c.receive(0x23, RxBuf, 3); // lese von Register-Adresse 0x23 3 bytes und speichere sie in RxBuf 19 | 20 | } 21 | -------------------------------------------------------------------------------- /examples/ledblink.cpp: -------------------------------------------------------------------------------- 1 | #include "gnublin.h" 2 | 3 | 4 | int main() 5 | { 6 | gnublin_gpio gpio; 7 | 8 | gpio.pinMode(3,OUTPUT); 9 | 10 | while(1){ 11 | gpio.digitalWrite(3,HIGH); 12 | sleep(2); 13 | gpio.digitalWrite(3,LOW); 14 | sleep(2); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /examples/module_adc.cpp: -------------------------------------------------------------------------------- 1 | #include "gnublin.h" 2 | 3 | int main(){ 4 | gnublin_module_adc adc; 5 | 6 | adc.setReference(IN); 7 | 8 | while(1){ 9 | int value = adc.getValue(1, 2); 10 | int voltage = adc.getVoltage(1, 2); 11 | printf("Value: %i \n", value); 12 | printf("Voltage: %i \n\n", voltage); 13 | sleep(1); 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /examples/module_adc_12_bit.cpp: -------------------------------------------------------------------------------- 1 | #include "gnublin.h" 2 | 3 | int main(){ 4 | gnublin_module_adc_12_bit adc; 5 | 6 | adc.setReference(0); 7 | 8 | while(1){ 9 | int value = adc.getValue(1); 10 | if (adc.fail()) { 11 | printf("Error\n"); 12 | } 13 | 14 | 15 | int voltage = adc.getVoltage(1, 2); 16 | printf("Value: %i \n", value); 17 | printf("Voltage: %i mV\n\n", voltage); 18 | sleep(1); 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /examples/module_lcd_4x20.cpp: -------------------------------------------------------------------------------- 1 | #include "gnublin.h" 2 | 3 | char *version = (char *) "0.3"; 4 | 5 | int main(){ 6 | gnublin_module_lcd lcd; 7 | 8 | lcd.init(); 9 | lcd.setcursor(1, 1); 10 | lcd.string("embedded-projects"); 11 | lcd.setcursor(2, 4); 12 | lcd.string("GNUBLIN-LCD"); 13 | lcd.setcursor(3, 2); 14 | lcd.string("www.gnublin.org"); 15 | lcd.setcursor(4, 4); 16 | lcd.string("Version "); 17 | lcd.string(version); 18 | 19 | } 20 | -------------------------------------------------------------------------------- /examples/module_pca9555.cpp: -------------------------------------------------------------------------------- 1 | #include "gnublin.h" 2 | 3 | int main(){ 4 | gnublin_module_pca9555 pca; 5 | pca.setAddress(0x22); // Portexpander befindet sich bei Adresse 0x20 6 | pca.pinMode(3, OUTPUT); //Port 3 als Ausgang festlegen 7 | 8 | while(1) { 9 | pca.digitalWrite(3, HIGH); // an 10 | sleep(1); // 1 Sekunde warten 11 | pca.digitalWrite(3, LOW); // aus 12 | sleep(1); // wieder 1 Sekunde warten 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /examples/module_relay.cpp: -------------------------------------------------------------------------------- 1 | #include "gnublin.h" 2 | 3 | int main() { 4 | gnublin_module_relay relay; 5 | 6 | relay.setAddress(0x24); 7 | 8 | relay.switchPin(4, ON); 9 | sleep(2); 10 | relay.switchPin(4, OFF); 11 | } 12 | -------------------------------------------------------------------------------- /examples/module_temperature.cpp: -------------------------------------------------------------------------------- 1 | #include "gnublin.h" 2 | 3 | int main() 4 | { 5 | gnublin_module_lm75 lm75; 6 | 7 | 8 | lm75.setAddress(0x4f); 9 | 10 | printf("Temperature %i \n", lm75.getTemp()); 11 | printf("Raw Value %i \n",lm75.getValue()); 12 | printf("Temperature Float Value %f \n",lm75.getTempFloat()); 13 | 14 | } 15 | -------------------------------------------------------------------------------- /examples/pwm_signal.cpp: -------------------------------------------------------------------------------- 1 | #include "gnublin.h" 2 | #include 3 | 4 | 5 | 6 | int main() { 7 | 8 | 9 | 10 | gnublin_pwm pwm; 11 | 12 | pwm.setValue(50.1); 13 | pwm.setClock(4); 14 | 15 | 16 | 17 | return 0; 18 | } 19 | 20 | -------------------------------------------------------------------------------- /examples/spi.cpp: -------------------------------------------------------------------------------- 1 | #include "gnublin.h" 2 | 3 | #define BOARD EXTENDED 4 | 5 | int main() 6 | { 7 | gnublin_spi spi; 8 | 9 | spi.setSpeed(10000); 10 | spi.setCS(14); 11 | unsigned char send_buffer[9] = "getValue"; 12 | char buffer[9]; 13 | while(1){ 14 | spi.send(send_buffer,8); 15 | sleep(2); 16 | spi.receive(buffer,8); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /gnublin-tools.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/gnublin-tools.deb -------------------------------------------------------------------------------- /gnublin-tools/gnublin-adcmod_12_bit/gnublin-adcmod_12_bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/gnublin-tools/gnublin-adcmod_12_bit/gnublin-adcmod_12_bit -------------------------------------------------------------------------------- /include/functions.h: -------------------------------------------------------------------------------- 1 | int stringToNumber(std::string str); 2 | std::string numberToString(int num); 3 | int hexstringToNumber(std::string str); 4 | -------------------------------------------------------------------------------- /library/mail/base64.h: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | #ifndef _BASE64_H_ 4 | #define _BASE64_H_ 5 | 6 | std::string base64_encode(unsigned char const* , unsigned int len); 7 | std::string base64_decode(std::string const& s); 8 | 9 | #endif 10 | -------------------------------------------------------------------------------- /misc/gnublin-menu/Makefile: -------------------------------------------------------------------------------- 1 | all: 2 | arm-linux-gnueabi-gcc -c gnublin-menu.c 3 | arm-linux-gnueabi-gcc -c main.c 4 | arm-linux-gnueabi-gcc -o gnublin-menu main.o gnublin-menu.o 5 | 6 | -------------------------------------------------------------------------------- /python-module/gnublin/_gnublin.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embeddedprojects/gnublin-api/49419c899b53bbd567f1e5e3bd8f76a85870ab3b/python-module/gnublin/_gnublin.so -------------------------------------------------------------------------------- /python2.6/ast.h: -------------------------------------------------------------------------------- 1 | #ifndef Py_AST_H 2 | #define Py_AST_H 3 | #ifdef __cplusplus 4 | extern "C" { 5 | #endif 6 | 7 | PyAPI_FUNC(mod_ty) PyAST_FromNode(const node *, PyCompilerFlags *flags, 8 | const char *, PyArena *); 9 | 10 | #ifdef __cplusplus 11 | } 12 | #endif 13 | #endif /* !Py_AST_H */ 14 | -------------------------------------------------------------------------------- /python2.6/enumobject.h: -------------------------------------------------------------------------------- 1 | #ifndef Py_ENUMOBJECT_H 2 | #define Py_ENUMOBJECT_H 3 | 4 | /* Enumerate Object */ 5 | 6 | #ifdef __cplusplus 7 | extern "C" { 8 | #endif 9 | 10 | PyAPI_DATA(PyTypeObject) PyEnum_Type; 11 | PyAPI_DATA(PyTypeObject) PyReversed_Type; 12 | 13 | #ifdef __cplusplus 14 | } 15 | #endif 16 | 17 | #endif /* !Py_ENUMOBJECT_H */ 18 | -------------------------------------------------------------------------------- /python2.6/intrcheck.h: -------------------------------------------------------------------------------- 1 | 2 | #ifndef Py_INTRCHECK_H 3 | #define Py_INTRCHECK_H 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | PyAPI_FUNC(int) PyOS_InterruptOccurred(void); 9 | PyAPI_FUNC(void) PyOS_InitInterrupts(void); 10 | PyAPI_FUNC(void) PyOS_AfterFork(void); 11 | 12 | #ifdef __cplusplus 13 | } 14 | #endif 15 | #endif /* !Py_INTRCHECK_H */ 16 | -------------------------------------------------------------------------------- /python2.6/metagrammar.h: -------------------------------------------------------------------------------- 1 | #ifndef Py_METAGRAMMAR_H 2 | #define Py_METAGRAMMAR_H 3 | #ifdef __cplusplus 4 | extern "C" { 5 | #endif 6 | 7 | 8 | #define MSTART 256 9 | #define RULE 257 10 | #define RHS 258 11 | #define ALT 259 12 | #define ITEM 260 13 | #define ATOM 261 14 | 15 | #ifdef __cplusplus 16 | } 17 | #endif 18 | #endif /* !Py_METAGRAMMAR_H */ 19 | -------------------------------------------------------------------------------- /python2.6/pgen.h: -------------------------------------------------------------------------------- 1 | #ifndef Py_PGEN_H 2 | #define Py_PGEN_H 3 | #ifdef __cplusplus 4 | extern "C" { 5 | #endif 6 | 7 | 8 | /* Parser generator interface */ 9 | 10 | extern grammar *meta_grammar(void); 11 | 12 | struct _node; 13 | extern grammar *pgen(struct _node *); 14 | 15 | #ifdef __cplusplus 16 | } 17 | #endif 18 | #endif /* !Py_PGEN_H */ 19 | -------------------------------------------------------------------------------- /python2.6/pygetopt.h: -------------------------------------------------------------------------------- 1 | 2 | #ifndef Py_PYGETOPT_H 3 | #define Py_PYGETOPT_H 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | PyAPI_DATA(int) _PyOS_opterr; 9 | PyAPI_DATA(int) _PyOS_optind; 10 | PyAPI_DATA(char *) _PyOS_optarg; 11 | 12 | PyAPI_FUNC(int) _PyOS_GetOpt(int argc, char **argv, char *optstring); 13 | 14 | #ifdef __cplusplus 15 | } 16 | #endif 17 | #endif /* !Py_PYGETOPT_H */ 18 | -------------------------------------------------------------------------------- /python2.6/pystrtod.h: -------------------------------------------------------------------------------- 1 | #ifndef Py_STRTOD_H 2 | #define Py_STRTOD_H 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | 9 | PyAPI_FUNC(double) PyOS_ascii_strtod(const char *str, char **ptr); 10 | PyAPI_FUNC(double) PyOS_ascii_atof(const char *str); 11 | PyAPI_FUNC(char *) PyOS_ascii_formatd(char *buffer, size_t buf_len, const char *format, double d); 12 | 13 | 14 | #ifdef __cplusplus 15 | } 16 | #endif 17 | 18 | #endif /* !Py_STRTOD_H */ 19 | --------------------------------------------------------------------------------