User Tools

Site Tools


en:pfw:i2c_gd32vf_noforth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:pfw:i2c_gd32vf_noforth [2023-09-04 18:15] – gelöscht - Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1en:pfw:i2c_gd32vf_noforth [2023-09-06 14:11] (current) – ↷ Links angepasst, weil Seiten im Wiki verschoben wurden 54.36.149.73
Line 1: Line 1:
 +{{pfw:banner.png}}
 +====== I2C for noForth on the GD32VF103 ======
  
 +|  | |
 +|File name                                  |     Commands       |Purpose                                        |
 +|README.md                                  |                   |this file                                       |
 +|[[en:pfw:i2c_gd32vf_noforth_gd32vf103_hw-i2c.f|GD32VF103 hw-I2C.f]]|  ''%%I2C-ON%%''   |Hardware I2C driver, activate I2C               |
 +|[[en:pfw:i2c_gd32vf_noforth_gd32vf103_bb-i2c.f|GD32VF103 bb-I2C.f]]|  ''%%I2C-ON%%''   |Bitbang I2C driver, activate I2C                |
 +|[[en:pfw:i2c_gd32vf_noforth_i2c-test.f|I2C-Test.f]]                  |  ''%%50 I2C?%%''  |Check if device 50 is present                   |
 +|[[en:pfw:i2c_gd32vf_noforth_simple_i2c-ee.f|Simple I2C-EE.f]]      |   ''%%SHOW%%''    |Tiny 24C02 EEPROM driver with example           |
 +|[[en:pfw:i2c_gd32vf_noforth_advanced_i2c-ee.f|Advanced I2C-EE.f]]  |   ''%%SHOW%%''    |24C02 EEPROM driver, memory management & example|
 +
 +{{https://user-images.githubusercontent.com/11397265/152155072-f541177c-e9f9-4c90-930e-37f9fbb89b03.jpg| PFW - EEPROM demo on screen}}
 +
 +**An I2C example running on noForth RCV**