Skip to content

Commit

Permalink
Fix List of examples to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
MX682X committed Apr 16, 2024
1 parent 876f12b commit 6ae8a33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ jobs:
- megaavr/libraries/USERSIG/examples/usersig_put
- megaavr/libraries/USERSIG/examples/usersig_read
- megaavr/libraries/Wire/examples/digital_potentiometer
- megaavr/libraries/Wire/examples/slave_write_read
- megaavr/libraries/Wire/examples/slave_write
- megaavr/libraries/Wire/examples/slave_read
- megaavr/libraries/Wire/examples/master_and_slave
- megaavr/libraries/Wire/examples/master_write_read
- megaavr/libraries/Wire/examples/master_write
- megaavr/libraries/Wire/examples/master_read
- megaavr/libraries/Wire/examples/slave_secondary_address
- megaavr/libraries/megaTinyCore/examples/ModernRevSer
- megaavr/libraries/megaTinyCore/examples/readTempVcc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This example creates four different sensing nodes. of two different types.
* PA4 and PA5 are the self-cap lines with PB0 acting as shield pin.
* PA6 and PA7 are the Y-Lines with PB1 acting as the X-line.
* PTC_CB_EVENT_CONV_MUTUAL_CMPL and
* PTC_CB_EVENT_CONV_MUTUAL_CMPL and
* PTC_CB_EVENT_CONV_SHIELD_CMPL can be used to change the type that is converted.
* This will create an interlaced conversion, but it is not mandatory to do so.
*/
Expand Down

0 comments on commit 6ae8a33

Please sign in to comment.