X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=lstlangarduino.sty;h=f217c2fe192e7ec39db1d30ac4ed38dd3558993b;hb=f57370d4e923f35588215e07a9c3b82d2a38dd24;hp=a80290659c6af952ff664ab1e15befbfe88a0e65;hpb=c15776f71f5efe186708e2604ff8f32115c8ac3d;p=phd-thesis.git diff --git a/lstlangarduino.sty b/lstlangarduino.sty index a802906..f217c2f 100644 --- a/lstlangarduino.sty +++ b/lstlangarduino.sty @@ -1,7 +1,8 @@ \lstdefinelanguage[Arduino]{C++}[11]{C++}{% - morekeywords={HIGH,LOW,OUTPUT,INPUT,INPUT\_PULLUP,% + morekeywords={% + %HIGH,LOW,OUTPUT,INPUT,INPUT\_PULLUP,% D0,D1,D2,D3,D4,D5,D6,D7,D7,D8,D9,D10,D11,D12,D13,A0,A1,A2,A3,A4,A5,A6,A7,% pinMode,digitalWrite,digitalRead,delay,millis,% }, - basewidth=.6em, + columns=fullflexible, }