Set missing DATABITS_8 property (#2672)

Is e.g. necessary for code at 11592951b9/docs/en/modules/ucg.md
This commit is contained in:
DracoBlue 2019-04-22 11:41:13 +02:00 committed by Arnim Läuger
parent 42036802fe
commit 386cd9d9b1
1 changed files with 2 additions and 1 deletions

View File

@ -97,6 +97,7 @@ return function (pin_sclk, pin_mosi, pin_miso, pin_cs)
M.CPHA_HIGH = 1
M.HALFDUPLEX = 0
M.FULLDUPLEX = 1
M.DATABITS_8 = 8
_pin_sclk = pin_sclk
_pin_mosi = pin_mosi